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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy