Skip to content

Commit

Permalink
Sync JSON docs with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Feb 24, 2024
1 parent 84ea01c commit 13a6fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/json/jsonserializable/jsonserialize.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 3d898cf4660609f2c1f55591ffd1556e8cd6d702 Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 0a09554f3dd39c61b21ea7319ac7f93f781f9376 Maintainer: nilgun Status: ready -->
<refentry xml:id="jsonserializable.jsonserialize" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>JsonSerializable::jsonSerialize</refname>
Expand Down Expand Up @@ -48,7 +48,7 @@ class ArrayValue implements JsonSerializable {
$this->array = $array;
}
public function jsonSerialize() {
public function jsonSerialize(): mixed {
return $this->array;
}
}
Expand Down

0 comments on commit 13a6fdd

Please sign in to comment.