Completed
Branch master (bc3acd)
by Artem
18:09
created
src/Controller/SetupFabricController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@
 block discarded – undo
54 54
         return $parts;
55 55
     }
56 56
 
57
+    /**
58
+     * @param string $service
59
+     */
57 60
     protected function getServiceKeys($service)
58 61
     {
59 62
         /** @var array $config */
Please login to merge, or discard this patch.
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.