summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-02-14 14:07:50 +0100
committerMichal Čihař <michal@cihar.com>2017-02-14 14:07:50 +0100
commit6e4dc051fdc5b1661fea974708bd782e93a6e404 (patch)
treed89f5199f8f76eb908011a7b3966b57d99614465
parentc978e9315e367585c1df8dc473fc04e60e12eb27 (diff)
parent24462b7fa0bcb02212bcba4e733e7b686c1e0340 (diff)
downloadsql-parser-6e4dc051fdc5b1661fea974708bd782e93a6e404.zip
sql-parser-6e4dc051fdc5b1661fea974708bd782e93a6e404.tar.gz
sql-parser-6e4dc051fdc5b1661fea974708bd782e93a6e404.tar.bz2
Merge remote-tracking branch 'origin/pull/139'
-rw-r--r--.php_cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.php_cs b/.php_cs
index 4d0ab04..d865a60 100644
--- a/.php_cs
+++ b/.php_cs
@@ -15,6 +15,7 @@ return PhpCsFixer\Config::create()
'concat_space' => array('spacing' => true),
'ordered_imports' => true,
'no_trailing_whitespace' => true,
+ 'no_useless_return' => true,
'phpdoc_order' => true,
))
->setFinder($finder)