Passed
Push — master ( 71234a...e5baf6 )
by Jhao
01:45
created
src/Label/Label.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
      *
125 125
      * @return $this
126 126
      */
127
-    public function for(string $language, callable $callback)
127
+    public function for (string $language, callable $callback)
128 128
     {
129 129
         $this->statements[] = new LanguageCondition($language, $callback);
130 130
 
Please login to merge, or discard this patch.