8000 Merge branch '6.0' into 6.1 · symfony/symfony@674ad07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 674ad07

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: fix merge
2 parents 14dd873 + 9e0cb9d commit 674ad07

File tree

1 file changed

+1
-5
lines changed
  • src/Symfony/Component/Form/Tests/Fixtures

1 file changed

+1
-5
lines changed

src/Symfony/Component/Form/Tests/Fixtures/Map.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ public function offsetExists($offset): bool
2020
return isset($this->data[$offset]);
2121
}
2222

23-
/**
24-
* @return mixed
25-
*/
26-
#[\ReturnTypeWillChange]
27-
public function offsetGet($offset)
23+
public function offsetGet($offset): mixed
2824
{
2925
return $this->data[$offset];
3026
}

0 commit comments

Comments
 (0)
0