Completed
Push — master ( e5b73b...3dd35c )
by Marc
03:08
created
core/tag/BaseTag.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,6 +27,6 @@
 block discarded – undo
27 27
             $this->_view = Yii::$app->getView();
28 28
         }
29 29
     	
30
-    	return $this->_view;
30
+        return $this->_view;
31 31
     }
32 32
 }
33 33
\ No newline at end of file
Please login to merge, or discard this patch.