Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Add glueCode.php to the list of ignored php_cs (otherwise adds "publi…
Browse files Browse the repository at this point in the history
…c" to the function).
  • Loading branch information
cdujeu committed Oct 21, 2013
1 parent 33d70e9 commit 86f63f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
->notName('svn_lib.inc.php')
->notName('class.AjaXplorerPublisher.php')
->notName('class.fsAccessDriver.php')
->notName('glueCode.php')
->notName('compat.php')
->in(__DIR__)
;
Expand Down

0 comments on commit 86f63f0

Please sign in to comment.