Completed
Push — master ( bc3acd...cc0788 )
by Artem
24:28 queued 12:46
created
tests/unit/Service/ServiceFactoryMock.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * @param  ContainerInterface $container
17 17
      * @param  string $requestedName
18 18
      * @param  null|array $options
19
-     * @return object
19
+     * @return boolean
20 20
      * @throws ServiceNotFoundException if unable to resolve the service.
21 21
      * @throws ServiceNotCreatedException if an exception is raised when
22 22
      *     creating a service.
Please login to merge, or discard this patch.
src/Controller/SetupFabricController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 
66 66
     /**
67 67
      *
68
-     * @param $service
68
+     * @param string $service
69 69
      * @return array
70 70
      */
71 71
     protected function getServiceKeys($service)
Please login to merge, or discard this patch.