Passed
Pull Request — master (#17)
by Aleksei
03:11
created
src/ReaderFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.