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 25a0713 commit 63c0006Copy full SHA for 63c0006
src/Tools/CustomJsonSerializer.php
@@ -30,6 +30,7 @@ class CustomJsonSerializer extends JsonSerializer
30
*
31
* @return array<string,mixed>
32
*/
33
+ // phpcs:ignore SlevomatCodingStandard.TypeHints
34
protected function extractObjectData($value, $ref, $properties): array
35
{
36
$data = [];
0 commit comments