Passed
Push — master ( d8e5fd...711fbb )
by Evgenii
02:16
created
src/MetaMaster.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,8 +77,9 @@
 block discarded – undo
77 77
      */
78 78
     public function init()
79 79
     {
80
-        if (!$this->request)
81
-            $this->request = Yii::$app->request;
80
+        if (!$this->request) {
81
+                    $this->request = Yii::$app->request;
82
+        }
82 83
         parent::init();
83 84
     }
84 85
 
Please login to merge, or discard this patch.