Test Failed
Push — main ( fc1b37...dfe2a1 )
by Daryl
02:55
created
src/Resources/Performances.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 
29 29
             return $this->getPerformancesBetween($start, $end);
30 30
         } catch (Throwable $e) {
31
-            throw new Exception("Unable to get upcoming performances: " . $e->getMessage());
31
+            throw new Exception("Unable to get upcoming performances: ".$e->getMessage());
32 32
         }
33 33
     }
34 34
 
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     public function getPerformancesForProductionSeason(int $psId): array
60 60
     {
61 61
         return $this->search([
62
-            'ProductionSeasonIds' => (string)$psId,
62
+            'ProductionSeasonIds' => (string) $psId,
63 63
         ]);
64 64
     }
65 65
 
Please login to merge, or discard this patch.