@@ -45,7 +45,7 @@ |
||
45 | 45 | public function __construct($source) |
46 | 46 | { |
47 | 47 | if (!is_object($source)) { |
48 | - throw new \Exception("Data enricher on works on an object, not on a " . gettype($source)); |
|
48 | + throw new \Exception("Data enricher on works on an object, not on a ".gettype($source)); |
|
49 | 49 | } |
50 | 50 | |
51 | 51 | $this->source = $source; |