Passed
Pull Request — master (#6)
by Alexander
04:02
created
tests/Mocks/TimestampTestMock.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
         return [
26 26
             'flexibleTimestamp' => [
27 27
                 'class' => FlexibleTimestampBehavior::class,
28
-                'attributes' => ['timestamp', 'date',],
28
+                'attributes' => ['timestamp', 'date', ],
29 29
             ],
30 30
         ];
31 31
     }
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     public function rules()
37 37
     {
38 38
         return [
39
-            [['timestamp', 'date',], 'date', 'format' => 'php:Y-m-d',],
39
+            [['timestamp', 'date', ], 'date', 'format' => 'php:Y-m-d', ],
40 40
         ];
41 41
     }
42 42
 }
43 43
\ No newline at end of file
Please login to merge, or discard this patch.