fix plural in exception message

main
Jan Brecka 10 years ago
parent ea7717c8e5
commit a41370b021

@ -80,7 +80,7 @@ class ClassMapGenerator
foreach ($classes as $class) {
if (array_key_exists($class, $map)) {
throw new \RuntimeException('Ambiguous class "'.$class.'" resolution; defined in "'.$map[$class].'" and in "'.$filePath.'" file.');
throw new \RuntimeException('Ambiguous class "'.$class.'" resolution; defined in "'.$map[$class].'" and in "'.$filePath.'" files.');
}
$map[$class] = $filePath;

Loading…
Cancel
Save