Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 593 Bytes

integration-to-php-storm.md

File metadata and controls

12 lines (10 loc) · 593 Bytes

Integration to PhpStorm

See JetBrains manual or simply:

  1. Project Settings | PHP | Code Sniffer - define path to vendor\bin\phpcs, try validate
  2. Project Settings | Inspections - PHP, tick PHP Code Sniffer validation
  3. In the right corner of the window, pick Custom
  4. In the end of the line click ... button
  5. Select path to dir with ruleset.xml vendor/zenify/coding-standard/src/ZenifyCodingStandard
  6. Apply, OK
  7. Restart PhpStorm
  8. Profit!