8000 minor #11287 fix use statement (OskarStark) · symfony/symfony-docs@a1775aa · GitHub
[go: up one dir, main page]

Skip to content

Commit a1775aa

Browse files
committed
minor #11287 fix use statement (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- fix use statement use lowercase "as" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 18851fc fix use statement
2 parents e523833 + 18851fc commit a1775aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/resolve_target_entity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ An Invoice entity::
6363

6464
namespace Acme\InvoiceBundle\Entity;
6565

66-
use Doctrine\ORM\Mapping AS ORM;
66+
use Doctrine\ORM\Mapping as ORM;
6767
use Acme\InvoiceBundle\Model\InvoiceSubjectInterface;
6868

6969
/**

0 commit comments

Comments
 (0)
0