@@ -140,11 +140,11 @@ |
||
| 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 |