We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73fd89f + 810318a commit 3d8e8f1Copy full SHA for 3d8e8f1
src/Document/Base.php
@@ -15,6 +15,7 @@ abstract class Base implements \JsonSerializable {
15
/**
16
* Implements JsonSerializable::jsonSerialize().
17
*/
18
+ #[\ReturnTypeWillChange]
19
public function jsonSerialize() {
20
// Define empty attribute values.
21
// @see http://php.net/manual/en/language.types.boolean.php#language.types.boolean.casting
0 commit comments