Passed
Branch master (31fc6b)
by Pierre
21:57
created
src/Container.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * returns reporter
64 64
      *
65
-     * @return object
65
+     * @return stdClass
66 66
      */
67 67
     public function getReporter(): stdClass
68 68
     {
@@ -221,7 +221,6 @@  discard block
 block discarded – undo
221 221
     /**
222 222
      * return true is service class exists with a constructor
223 223
      *
224
-     * @param mixed $serviceName
225 224
      * @return boolean
226 225
      */
227 226
     protected function constructable($value): bool
Please login to merge, or discard this patch.