Completed
Push — 2.0 ( 8f0d04...c5233b )
by Nelson J
15:04 queued 13:45
created
src/Container/Container.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
      * @param   array       $construct
168 168
      * @param   array       $properties
169 169
      * @param   array       $methods
170
-     * @return  Definition\Definition
170
+     * @return  BindDefinition
171 171
      */
172 172
     public function bindSingleton(
173 173
         $key,
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
      * @param   array       $construct
191 191
      * @param   array       $properties
192 192
      * @param   array       $methods
193
-     * @return  Definition\Definition
193
+     * @return  AbstractDefinition
194 194
      */
195 195
     public function singleton(
196 196
         $key,
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Njasm\Container\Exception\CircularDependencyException;
13 13
 use Njasm\Container\Exception\NotFoundException;
14 14
 use Njasm\Container\Exception\ContainerException;
15
-
16 15
 use Psr\Container\ContainerInterface;
17 16
 
18 17
 class Container implements ServiceProviderInterface
Please login to merge, or discard this patch.