Completed
Pull Request — master (#15)
by Vytautas
10:02
created
src/Collection/CollectionsManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -27,6 +27,7 @@
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * {@inheritdoc}
30
+     * @param \Interop\Container\ContainerInterface $configInstanceOrParentLocator
30 31
      */
31 32
     public function __construct($configInstanceOrParentLocator = null, array $config = [])
32 33
     {
Please login to merge, or discard this patch.
src/Collection/Factory/SettingsCollectionAbstractFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * @param  ContainerInterface $container
47 47
      * @param  string             $requestedName
48 48
      * @param  null|array         $options
49
-     * @return object
49
+     * @return SettingsCollection
50 50
      * @throws ServiceNotFoundException if unable to resolve the service.
51 51
      * @throws ServiceNotCreatedException if an exception is raised when
52 52
      *     creating a service.
Please login to merge, or discard this patch.