Completed
Push — develop ( c1b71b...e37043 )
by Siad
07:08 queued 04:03
created
src/FeatureToggle/Factory/FeatureToggleControllerPluginFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @param  ContainerInterface $container
35 35
      * @param  string $requestedName
36 36
      * @param  null|array $options
37
-     * @return object
37
+     * @return FeatureToggle
38 38
      * @throws ServiceNotFoundException if unable to resolve the service.
39 39
      * @throws ServiceNotCreatedException if an exception is raised when
40 40
      *     creating a service.
Please login to merge, or discard this patch.
src/FeatureToggle/Factory/FeatureToggleFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @param  ContainerInterface $container
35 35
      * @param  string $requestedName
36 36
      * @param  null|array $options
37
-     * @return object
37
+     * @return FeatureToggle
38 38
      * @throws ServiceNotFoundException if unable to resolve the service.
39 39
      * @throws ServiceNotCreatedException if an exception is raised when
40 40
      *     creating a service.
Please login to merge, or discard this patch.
src/FeatureToggle/Factory/FeatureToggleViewHelperFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @param  ContainerInterface $container
35 35
      * @param  string $requestedName
36 36
      * @param  null|array $options
37
-     * @return object
37
+     * @return FeatureToggle
38 38
      * @throws ServiceNotFoundException if unable to resolve the service.
39 39
      * @throws ServiceNotCreatedException if an exception is raised when
40 40
      *     creating a service.
Please login to merge, or discard this patch.