@@ -41,7 +41,7 @@ |
||
41 | 41 | 'Argument $reader must be an instance of %s or %s, but %s passed.', |
42 | 42 | ReaderInterface::class, |
43 | 43 | DoctrineReader::class, |
44 | - 'instance of ' . explode("\0", get_class($reader))[0] |
|
44 | + 'instance of '.explode("\0", get_class($reader))[0] |
|
45 | 45 | ) |
46 | 46 | ); |
47 | 47 | } |