We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec63f5d commit cd2aa48Copy full SHA for cd2aa48
lib/Doctrine/ORM/Decorator/EntityManagerDecorator.php
@@ -17,12 +17,11 @@
17
18
/**
19
* Base class for EntityManager decorators
20
+ *
21
+ * @extends ObjectManagerDecorator<EntityManagerInterface>
22
*/
23
abstract class EntityManagerDecorator extends ObjectManagerDecorator implements EntityManagerInterface
24
{
- /** @var EntityManagerInterface */
- protected $wrapped;
25
-
26
public function __construct(EntityManagerInterface $wrapped)
27
28
$this->wrapped = $wrapped;
0 commit comments