Skip to content

Commit 5c0ebc9

Browse files
Fix test
1 parent 32ac2f3 commit 5c0ebc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ public function __get($name)
11201120
}
11211121
}
11221122

1123-
public function __isset($name)
1123+
public function __isset($name): bool
11241124
{
11251125
return 'foo' === $name;
11261126
}

0 commit comments

Comments
 (0)