File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# Pushok
22
3- [ ![ PHP >= 7.2 ] ( https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg?style=flat-square )] ( https://php.net/ )
3+ [ ![ PHP >= 8.0 ] ( https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg?style=flat-square )] ( https://php.net/ )
44[ ![ Build Status] [ ico-travis ]] [ link-travis ]
55[ ![ Latest Version on Packagist] [ ico-version ]] [ link-packagist ]
66[ ![ Total Downloads] [ ico-downloads ]] [ link-downloads ]
Original file line number Diff line number Diff line change @@ -458,6 +458,7 @@ public function toJson(): string
458458 * @return array
459459 * @link http://php.net/manual/en/jsonserializable.jsonserialize.php
460460 */
461+ #[\ReturnTypeWillChange]
461462 public function jsonSerialize ()
462463 {
463464 $ payload = self ::getDefaultPayloadStructure ();
Original file line number Diff line number Diff line change @@ -325,6 +325,7 @@ public function toJson(): string
325325 * @return array
326326 * @link http://php.net/manual/en/jsonserializable.jsonserialize.php
327327 */
328+ #[\ReturnTypeWillChange]
328329 public function jsonSerialize ()
329330 {
330331 $ alert = [];
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ public function toJson(): string
139139 * @return array
140140 * @link http://php.net/manual/en/jsonserializable.jsonserialize.php
141141 */
142+ #[\ReturnTypeWillChange]
142143 public function jsonSerialize ()
143144 {
144145 $ sound = [];
You can’t perform that action at this time.
0 commit comments