Skip to content

Commit 3d8e8f1

Browse files
authored
Merge pull request #33 from dzmitrykruchko-nbcuni/suppress_deprecation_message
suppress deprecation message
2 parents 73fd89f + 810318a commit 3d8e8f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Document/Base.php

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ abstract class Base implements \JsonSerializable {
1515
/**
1616
* Implements JsonSerializable::jsonSerialize().
1717
*/
18+
#[\ReturnTypeWillChange]
1819
public function jsonSerialize() {
1920
// Define empty attribute values.
2021
// @see http://php.net/manual/en/language.types.boolean.php#language.types.boolean.casting

0 commit comments

Comments
 (0)