Passed
Push — main ( ff735f...1e203e )
by Daryl
02:54
created
src/Resources/Performance.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
     public function description(): string
30 30
     {
31
-        return (string)$this->extraArgs['PerformanceDescription'];
31
+        return (string) $this->extraArgs['PerformanceDescription'];
32 32
     }
33 33
 
34 34
     public function doorsOpen(): ?DateTime
Please login to merge, or discard this patch.
src/Resources/PriceSummary.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
     public function enabled(): bool
20 20
     {
21
-        return (bool)$this->extraArgs['Enabled'];
21
+        return (bool) $this->extraArgs['Enabled'];
22 22
     }
23 23
 
24 24
     public function performanceId(): int
Please login to merge, or discard this patch.