We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c813d commit 6b4a4cbCopy full SHA for 6b4a4cb
src/Definition/Argument.php
@@ -6,6 +6,7 @@
6
7
use function array_key_exists;
8
use function count;
9
+use const ReturnTypeWillChange;
10
11
class Argument implements ArgumentInterface
12
{
@@ -42,7 +43,7 @@ public function offsetExists($offset): bool
42
43
*
44
* @return mixed|null
45
*/
- #[\ReturnTypeWillChange]
46
+ #[ReturnTypeWillChange]
47
public function offsetGet($offset)
48
49
// TODO 1.0: Drop PHP 7.4 support and add mixed return type.
0 commit comments