Completed
Push — master ( 983726...0e678b )
by Filipe
05:42
created
Category
src/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
         $reflection = new ReflectionClass($this->type);
140 140
         if (!$reflection->implementsInterface(self::$interface)) {
141 141
             throw new Exception\InvalidArgumentException(
142
-                "Class '{$this->type}' does not implement " .
142
+                "Class '{$this->type}' does not implement ".
143 143
                 "Slick\\Configuration\\ConfigurationInterface"
144 144
             );
145 145
         }
Please login to merge, or discard this patch.