@@ -139,7 +139,7 @@ |
||
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 | } |