Completed
Pull Request — master (#15)
by Eric
02:08
created
src/Context/Doctrine/AbstractAliceContext.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      * @param KernelInterface                  $kernel
72 72
      * @param FixturesFinderInterface          $fixturesFinder
73 73
      * @param LoaderInterface                  $loader
74
-     * @param PersisterInterface|ObjectManager $persister
74
+     * @param PersisterInterface $persister
75 75
      * @param string                           $basePath
76 76
      */
77 77
     final public function init(
@@ -130,6 +130,7 @@  discard block
 block discarded – undo
130 130
      * @Transform /^persister$/
131 131
      *
132 132
      * @throws ServiceNotFoundException
133
+     * @param string $serviceId
133 134
      */
134 135
     public function castServiceIdToPersister($serviceId)
135 136
     {
Please login to merge, or discard this patch.