Completed
Push — master ( 0bdc94...53cf09 )
by Basil
02:24
created
core/TagParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
     {
140 140
         if (!is_object($this->tags[$tag])) {
141 141
             $this->tags[$tag] = Yii::createObject($this->tags[$tag]);
142
-            Yii::debug('tag parser object generated for:'. $tag, __CLASS__);
142
+            Yii::debug('tag parser object generated for:'.$tag, __CLASS__);
143 143
         }
144 144
     }
145 145
     
Please login to merge, or discard this patch.