Skip to content

Commit 6b4a4cb

Browse files
author
Jeremiah VALERIE
committed
Fix PHP CS
1 parent 20c813d commit 6b4a4cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Definition/Argument.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use function array_key_exists;
88
use function count;
9+
use const ReturnTypeWillChange;
910

1011
class Argument implements ArgumentInterface
1112
{
@@ -42,7 +43,7 @@ public function offsetExists($offset): bool
4243
*
4344
* @return mixed|null
4445
*/
45-
#[\ReturnTypeWillChange]
46+
#[ReturnTypeWillChange]
4647
public function offsetGet($offset)
4748
{
4849
// TODO 1.0: Drop PHP 7.4 support and add mixed return type.

0 commit comments

Comments
 (0)