@@ -931,7 +931,7 @@ protected function extractAttributes(object $object, string $format = null, arra
931
931
return array_keys ((array ) $ object );
932
932
}
933
933
934
- protected function getAttributeValue (object $ object , string $ attribute , string $ format = null , array $ context = [])
934
+ protected function getAttributeValue (object $ object , string $ attribute , string $ format = null , array $ context = []): mixed
935
935
{
936
936
return $ object ->{$ attribute };
937
937
}
@@ -971,7 +971,7 @@ protected function extractAttributes(object $object, string $format = null, arra
971
971
return array_keys ((array ) $ object );
972
972
}
973
973
974
- protected function getAttributeValue (object $ object , string $ attribute , string $ format = null , array $ context = [])
974
+ protected function getAttributeValue (object $ object , string $ attribute , string $ format = null , array $ context = []): mixed
975
975
{
976
976
return $ object ->{$ attribute };
977
977
}
@@ -1006,7 +1006,7 @@ protected function extractAttributes(object $object, string $format = null, arra
1006
1006
return array_keys ((array ) $ object );
1007
1007
}
1008
1008
1009
- protected function getAttributeValue (object $ object , string $ attribute , string $ format = null , array $ context = [])
1009
+ protected function getAttributeValue (object $ object , string $ attribute , string $ format = null , array $ context = []): mixed
1010
1010
{
1011
1011
return $ object ->{$ attribute };
1012
1012
}
0 commit comments