Passed
Push — master ( 83967e...069e77 )
by Mattia
04:42 queued 14s
created
app/Image/Components/Component.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
      */
91 91
     public function getSideByIdentifier(string $side): Side
92 92
     {
93
-        return match ($side) {
93
+        return match($side) {
94 94
             Side::TOP => $this->getTop(),
95 95
             Side::BOTTOM => $this->getBottom(),
96 96
             Side::FRONT => $this->getFront(),
Please login to merge, or discard this patch.