summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-10-10 13:43:49 +0200
committerMichal Čihař <michal@cihar.com>2017-10-10 13:43:49 +0200
commit1ef63fad959b185a9d22e818360a4e16dc4c42a5 (patch)
tree07c8bc88f6f40b0aa5849b08330a5def623bf269
parent078509e44d73a2d2b35da38d0ce4bcbb97f94bf8 (diff)
downloadsql-parser-1ef63fad959b185a9d22e818360a4e16dc4c42a5.zip
sql-parser-1ef63fad959b185a9d22e818360a4e16dc4c42a5.tar.gz
sql-parser-1ef63fad959b185a9d22e818360a4e16dc4c42a5.tar.bz2
Update php-cs-fixer configuration
Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r--.php_cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/.php_cs b/.php_cs
index 73f0838..1364d57 100644
--- a/.php_cs
+++ b/.php_cs
@@ -19,6 +19,11 @@ return PhpCsFixer\Config::create()
'no_useless_else' => true,
'phpdoc_add_missing_param_annotation' => true,
'phpdoc_order' => true,
+ 'yoda_style' => array(
+ 'equal' => false,
+ 'identical' => false,
+ 'less_and_greater' => false,
+ )
))
->setFinder($finder)
;