We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20b3e48 + bc90435 commit ff49e02Copy full SHA for ff49e02
src/Container.php
@@ -92,6 +92,8 @@ public function offsetExists($id) : bool
92
*
93
* @param string | int $id
94
95
+ * @return mixed The value of the parameter or an object
96
+ *
97
* @throws UnknownIdentifierException
98
*/
99
#[\ReturnTypeWillChange]
src/Message/PartChildrenContainer.php
@@ -128,6 +128,9 @@ public function offsetExists($offset) : bool
128
return isset($this->children[$offset]);
129
}
130
131
+ /**
132
+ * @return mixed
133
+ */
134
135
public function offsetGet($offset)
136
{
0 commit comments