Skip to content

Commit 7743d52

Browse files
committed
Reorder
1 parent c067cc0 commit 7743d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doctrine/event_listeners_subscribers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ interface and have an event method for each event it subscribes to::
151151
use AppBundle\Entity\Product;
152152
use Doctrine\Common\EventSubscriber;
153153
// for Doctrine < 2.4: use Doctrine\ORM\Event\LifecycleEventArgs;
154-
use Doctrine\Persistence\Event\LifecycleEventArgs;
155154
use Doctrine\ORM\Events;
155+
use Doctrine\Persistence\Event\LifecycleEventArgs;
156156

157157
class SearchIndexerSubscriber implements EventSubscriber
158158
{

doctrine/mapping_model_classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Annotations, XML, Yaml, PHP and StaticPHP. The arguments are:
116116
instead of the ``SymfonyFileLocator``::
117117

118118
use AppBundle\Model;
119-
use Doctrine\Persistence\Mapping\Driver\DefaultFileLocator;
120119
use Doctrine\ORM\Mapping\Driver\XmlDriver;
120+
use Doctrine\Persistence\Mapping\Driver\DefaultFileLocator;
121121

122122
// ...
123123
private function buildMappingCompilerPass()

0 commit comments

Comments
 (0)