Passed
Pull Request — master (#17)
by
unknown
06:36
created
src/Template/ImageCarousel/Item.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         $this->imageUrl = $imageUrl;
38 38
 
39 39
         if (!$action instanceof Action) {
40
-            throw new \InvalidArgumentException("`Action` should be typeof: " .Action::class);
40
+            throw new \InvalidArgumentException("`Action` should be typeof: ".Action::class);
41 41
         }
42 42
 
43 43
         $this->action = $action;
Please login to merge, or discard this patch.