Skip to content
This repository has been archived by the owner on Jul 17, 2021. It is now read-only.

Commit

Permalink
-n
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-feek committed Sep 24, 2017
1 parent 17803c1 commit 4c98e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/PHPCodeSnifferCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public function getFileLocation()
public function getAdditionalFlags()
{
$standard = $this->getCodingStandard();
return "-p --standard=$standard";
return "-p -n --standard=$standard";
}
}

0 comments on commit 4c98e3a

Please sign in to comment.