@@ -24,7 +24,7 @@ |
||
24 | 24 | $this->injection = new DeferredFragmentInjection( |
25 | 25 | $parentNS, |
26 | 26 | $parentTagName, |
27 | - function () use ($fragment): string { |
|
27 | + function() use ($fragment): string { |
|
28 | 28 | return $fragment; |
29 | 29 | } |
30 | 30 | ); |
@@ -25,7 +25,7 @@ |
||
25 | 25 | yield 'partyClass' => $this->parts[0]; |
26 | 26 | } |
27 | 27 | |
28 | - yield 'partyCode' => $this->parts[count($this->parts)-1]; |
|
28 | + yield 'partyCode' => $this->parts[count($this->parts) - 1]; |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |