Skip to content

Commit

Permalink
Use language-less links to the PHP docs
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Brückner <[email protected]>
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel and froschdesign authored Feb 5, 2024
1 parent 590a0c5 commit d202ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v3/migration/v2-to-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ The deprecated Json view helper has been removed.
To encode data to Json for output in a view, you can call [`json_encode`](https://www.php.net/json_encode) directly.

If you were relying on behaviour that was previously available via `laminas-json`, for example, calling object methods `toArray` or `toJson` prior to encoding, you should make the relevant objects implement `JsonSerializable`.
You can find documentation on the `JsonSerializable` interface [on the PHP website](https://www.php.net/manual/en/class.jsonserializable.php).
You can find documentation on the `JsonSerializable` interface [on the PHP website](https://www.php.net/manual/class.jsonserializable.php).

0 comments on commit d202ab9

Please sign in to comment.