Passed
Push — master ( 5938e5...3abaf0 )
by Rodrigo
01:26
created
src/grid/DateColumn.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,9 +30,9 @@
 block discarded – undo
30 30
     
31 31
     public $filterOptions = [];
32 32
 
33
-    public function init ()
33
+    public function init()
34 34
     {
35
-        $this->format = empty($this->format_raw)? ['date', $this->format]: $this->format_raw;
35
+        $this->format = empty($this->format_raw) ? ['date', $this->format] : $this->format_raw;
36 36
         $this->filter = \yii\jui\DatePicker::widget([
37 37
             'model'=> $this->grid->filterModel,
38 38
             'attribute' => $this->attribute,
Please login to merge, or discard this patch.