You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -484,7 +484,7 @@ public static function getTestsForParseWithMapObjects(): array
484
484
];
485
485
}
486
486
487
-
publicstaticfunctiongetTestsForDump(): array
487
+
publicstaticfunctiongetTestsForDump()
488
488
{
489
489
return [
490
490
['null', null],
@@ -769,7 +769,7 @@ public function testParseInvalidBinaryData($data, $expectedMessage)
769
769
Inline::parse($data);
770
770
}
771
771
772
-
publicstaticfunctiongetInvalidBinaryData(): array
772
+
publicstaticfunctiongetInvalidBinaryData()
773
773
{
774
774
return [
775
775
'length not a multiple of four' => ['!!binary "SGVsbG8d29ybGQ="', '/The normalized base64 encoded data \(data without whitespace characters\) length must be a multiple of four \(\d+ bytes given\)/'],
@@ -1022,7 +1022,7 @@ public function testUnquotedExclamationMarkThrows(string $value)
0 commit comments