Completed
Push — master ( 27316f...08358f )
by Dmitry
03:18
created
src/Application.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -91,6 +91,9 @@
 block discarded – undo
91 91
         return parent::get($alias, $new);
92 92
     }
93 93
 
94
+    /**
95
+     * @param string $id
96
+     */
94 97
     public function hasInstance($id) : bool
95 98
     {
96 99
         if ($this->definitions->has($id)) {
Please login to merge, or discard this patch.