Passed
Pull Request — master (#7)
by Alexander
02:25
created
tests/Mocks/NumberTestMock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     public function rules()
34 34
     {
35 35
         return [
36
-            ['phone', 'string',],
36
+            ['phone', 'string', ],
37 37
         ];
38 38
     }
39 39
 }
40 40
\ No newline at end of file
Please login to merge, or discard this patch.