Passed
Push — 1.0.0 ( 916420...6f1795 )
by Alex
02:13 queued 36s
created
src/Collection/AbstractCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     protected function checkValueIsValidForCollection($value): void
53 53
     {
54 54
         if (get_class($value) != $this->itemClass()) {
55
-            throw new \InvalidArgumentException("Provided value is not a valid " . $this->itemClass());
55
+            throw new \InvalidArgumentException("Provided value is not a valid ".$this->itemClass());
56 56
         }
57 57
     }
58 58
 
Please login to merge, or discard this patch.