Skip to content

Commit

Permalink
Rename phpstorm folder to .idea
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Nov 3, 2020
1 parent 5e3b23f commit 1d1cb2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PHP coding standard built on top of [PHP_CodeSniffer](https://github.com/squizla
- [IDE compatibility](#ide-compatibility)
- [Code-breaking sniffs](#code-breaking-sniffs)
- [EditorConfig](#editorconfig)
- [PhpStorm](#phpstorm)
- [PhpStorm / IntelliJ IDEA](#phpstorm--intellij-idea)

## Setup

Expand Down Expand Up @@ -238,9 +238,9 @@ indent_style = space
indent_size=2
```

## PhpStorm
## PhpStorm / IntelliJ IDEA

For [PhpStorm](https://www.jetbrains.com/phpstorm/) IDE is available config compatible with our coding standard.

To use it, navigate to *Settings > Editor > Code Style > PHP* and choose *Import scheme* option in dropdown menu and select
config file from *src/phpstorm/php-config.xml* in package directory.
config file from *src/.idea/php-config.xml* in package directory.
File renamed without changes.

0 comments on commit 1d1cb2a

Please sign in to comment.