Completed
Push — master ( 3b9aa0...812432 )
by Anton
03:38
created
source/Spiral/Stempler/Behaviours/IncludeBlock.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -140,11 +140,11 @@
 block discarded – undo
140 140
      *
141 141
      * @return string
142 142
      */
143
-    protected function createPlaceholder(string $name, string &$blockID = null): string
143
+    protected function createPlaceholder(string $name, string & $blockID = null): string
144 144
     {
145
-        $blockID = $name . '-' . $this->supervisor->uniquePlaceholder();
145
+        $blockID = $name.'-'.$this->supervisor->uniquePlaceholder();
146 146
 
147 147
         //Short block declaration syntax
148
-        return '${' . $blockID . '}';
148
+        return '${'.$blockID.'}';
149 149
     }
150 150
 }
151 151
\ No newline at end of file
Please login to merge, or discard this patch.