Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sonar.phpCodesniffer.argumentLine=--ignore=Database/*.php    # on Linux, would be --ignore=Database\* on Windows

This would tell PHP_CodeSniffer to ignore every PHP file located in the "Database" folder.

...