Passed
Push — master ( f8eb54...68901a )
by Kirill
04:07
created
src/Reader/BaseRules.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -106,10 +106,10 @@
 block discarded – undo
106 106
     /**
107 107
      * @return iterable
108 108
      */
109
-     public function getDelegates(): iterable
110
-     {
111
-         return $this->delegates;
112
-     }
109
+        public function getDelegates(): iterable
110
+        {
111
+            return $this->delegates;
112
+        }
113 113
 
114 114
     /**
115 115
      * @param string $rule
Please login to merge, or discard this patch.