Completed
Push — dev ( 8cacb0...d88f6e )
by Андрей
02:44
created
src/Container.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -75,10 +75,9 @@  discard block
 block discarded – undo
75 75
     /**
76 76
      * @inheritdoc
77 77
      *
78
-     * @param array|string $id
79 78
      * @param null         $context
80 79
      *
81
-     * @return bool|void
80
+     * @return boolean
82 81
      *
83 82
      */
84 83
     public function has($name, $checkAbstractFactories = true, $usePeeringServiceManagers = true, $context = null)
@@ -96,7 +95,7 @@  discard block
 block discarded – undo
96 95
      * @param $name
97 96
      * @param $context
98 97
      *
99
-     * @return bool|void
98
+     * @return boolean
100 99
      */
101 100
     public function hasByContext($name, $context)
102 101
     {
Please login to merge, or discard this patch.