self_accessor - considered harmful
authorwidmogrod <widmogrod@gmail.com>
Sun, 11 Feb 2018 00:45:38 +0000 (01:45 +0100)
committerwidmogrod <widmogrod@gmail.com>
Sun, 18 Feb 2018 17:47:11 +0000 (18:47 +0100)
.php_cs

diff --git a/.php_cs b/.php_cs
index cf95940..11c7fa5 100644 (file)
--- a/.php_cs
+++ b/.php_cs
@@ -33,7 +33,7 @@ return PhpCsFixer\Config::create()
         'no_leading_import_slash' => true,
         'no_extra_consecutive_blank_lines' => ['use'],
         'blank_line_before_return' => true,
-        'self_accessor' => true,
+        'self_accessor' => false,
         'no_short_bool_cast' => true,
         'no_trailing_comma_in_singleline_array' => true,
         'no_singleline_whitespace_before_semicolons' => true,