Passed
Push — master ( df5a4b...5938e5 )
by Rodrigo
02:10 queued 40s
created
src/grid/DateColumn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     public $options = [];
12 12
     public $filterOptions = [];
13 13
 
14
-    public function init ()
14
+    public function init()
15 15
     {
16 16
         $this->format = ['date', $this->format];
17 17
         $this->filter = \yii\jui\DatePicker::widget([
Please login to merge, or discard this patch.