Skip to content

Commit 63c0006

Browse files
committed
Add phpcs:ignore
Signed-off-by: Kamil Tekiela <[email protected]>
1 parent 25a0713 commit 63c0006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tools/CustomJsonSerializer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class CustomJsonSerializer extends JsonSerializer
3030
*
3131
* @return array<string,mixed>
3232
*/
33+
// phpcs:ignore SlevomatCodingStandard.TypeHints
3334
protected function extractObjectData($value, $ref, $properties): array
3435
{
3536
$data = [];

0 commit comments

Comments
 (0)