Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 402912e

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Intl] Fix tests
2 parents ac438a4 + 8cf82db commit 402912e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ class Foo
1717
{
1818
/**
1919
* @required
20-
* @return static
2120
*/
22-
public function cloneFoo()
21+
public function cloneFoo(): static
2322
{
2423
return clone $this;
2524
}

0 commit comments

Comments
 (0)