Passed
Push — master ( 3abaf0...8f397a )
by Rodrigo
01:42
created
src/grid/DateColumn.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,9 +34,9 @@
 block discarded – undo
34 34
 
35 35
     public $placeholder = 'Selecione {attribute}';
36 36
 
37
-    public function init ()
37
+    public function init()
38 38
     {
39
-        $this->format = empty($this->format_raw)? ['date', $this->format]: $this->format_raw;
39
+        $this->format = empty($this->format_raw) ? ['date', $this->format] : $this->format_raw;
40 40
         $this->placeholder = strtr(Yii::t('app', $this->placeholder), ['{attribute}' => $this->grid->filterModel->getAttributeLabel($this->attribute)]);
41 41
         $this->filter = \yii\jui\DatePicker::widget([
42 42
             'model'=> $this->grid->filterModel,
Please login to merge, or discard this patch.