Explorar o código

[DoctrineBundle] fixed typo

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
2636e36bbf

+ 1 - 1
src/Symfony/Bundle/DoctrineBundle/Command/ImportMappingDoctrineCommand.php

@@ -89,7 +89,7 @@ EOT
                 $className = $class->name;
                 $class->name = $bundle->getNamespace().'\\Entity\\'.$className;
                 if ('annotation' === $type) {
-                    $path = $destPath.'/'.$className.'.orm.php';
+                    $path = $destPath.'/'.$className.'.php';
                 } else {
                     $path = $destPath.'/'.$className.'.orm.'.$type;
                 }