summaryrefslogtreecommitdiff
path: root/.php_cs
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-01-03 19:47:18 +0000
committerGreg Roach <fisharebest@gmail.com>2016-01-14 11:22:37 +0000
commit1916905053f4fde2de53f74b0084872d4d2d34fb (patch)
tree1cf1254bde36ba6a061d9a56efa5384b23639b76 /.php_cs
parentc2a8c8bf7de8a39f75d5bc4f1074a75217deff5f (diff)
downloadwebtrees-1916905053f4fde2de53f74b0084872d4d2d34fb.tar.gz
webtrees-1916905053f4fde2de53f74b0084872d4d2d34fb.tar.bz2
webtrees-1916905053f4fde2de53f74b0084872d4d2d34fb.zip
PHP5.3
Diffstat (limited to '.php_cs')
-rw-r--r--.php_cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/.php_cs b/.php_cs
index da1bde533e..a017b06f61 100644
--- a/.php_cs
+++ b/.php_cs
@@ -25,7 +25,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
return Symfony\CS\Config\Config::create()
->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
- ->fixers([
+ ->fixers(array(
// Exclude these PSR2 rules
'--indentation',
'--braces',
@@ -92,4 +92,4 @@ return Symfony\CS\Config\Config::create()
'--short_echo_tag',
'--strict',
'--strict_param',
- ])->finder($finder);
+ ))->finder($finder);