diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-06-01 22:37:43 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-06-01 22:37:43 +0100 |
| commit | 98265540a38087785353c71621fcc5d61354f613 (patch) | |
| tree | e67996c5b17e2113da74a856ff6dfe54a90f2309 /.php_cs | |
| parent | 84658595d1e73b496f54eb5ca4bc9c0a966753c7 (diff) | |
| download | webtrees-98265540a38087785353c71621fcc5d61354f613.tar.gz webtrees-98265540a38087785353c71621fcc5d61354f613.tar.bz2 webtrees-98265540a38087785353c71621fcc5d61354f613.zip | |
Fix #592 - missing namespace
Diffstat (limited to '.php_cs')
| -rw-r--r-- | .php_cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ // https://github.com/FriendsOfPHP/PHP-CS-Fixer $finder = Symfony\CS\Finder\DefaultFinder::create() - ->in(__DIR__) + ->in(__DIR__.'/modules_v3') ->exclude('packages') ->exclude('vendor'); |
