We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de95592 commit a959588Copy full SHA for a959588
tests/SerializerPhp81Test.php
@@ -348,6 +348,8 @@ enum SerializerScopedBackedEnum: string {
348
test('function attributes with first-class callable with methods', function () {
349
$f = (new SerializerPhp81Controller())->publicGetter(...);
350
351
+ $f = s($f);
352
+
353
$reflector = new ReflectionFunction($f);
354
355
expect($reflector->getAttributes())->sequence(
0 commit comments