Completed
Push — develop ( 569398...6393a8 )
by Tom
08:12
created
src/DoctrineORMModule/Service/SQLLoggerCollectorFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 
90 90
     /**
91 91
      * @param  ContainerInterface $serviceLocator
92
-     * @return mixed
92
+     * @return DebugStack
93 93
      * @throws RuntimeException
94 94
      */
95 95
     protected function getOptions(ContainerInterface $serviceLocator)
Please login to merge, or discard this patch.
src/DoctrineORMModule/Yuml/YumlControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * Create service
17 17
      *
18
-     * @param ServiceLocatorInterface $serviceLocator
18
+     * @param \PHPUnit\Framework\MockObject\MockObject $serviceLocator
19 19
      *
20 20
      * @return YumlController
21 21
      */
Please login to merge, or discard this patch.