Passed
Push — main ( 1e203e...21d5a8 )
by Daryl
03:03
created
src/Resources/Season.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
     public function getDescription(): string
34 34
     {
35
-        return (string)$this->extraArgs()['Description'];
35
+        return (string) $this->extraArgs()['Description'];
36 36
     }
37 37
 
38 38
     public function setDescription(string $description): void
Please login to merge, or discard this patch.