1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-23 17:34:44 +02:00

fix: replace unavailable resource link (#8152)

This commit is contained in:
Rikuya Osawa
2025-02-01 22:14:07 +09:00
committed by GitHub
parent 201632941a
commit 7ec56fd1ff

View File

@@ -4,4 +4,5 @@ The Null Safe Operator is a handy feature in PHP which deals with an issue that
Visit the following resources to learn more:
- [@official@Null Safe Operator](https://www.php.net/manual/en/language.oop5.nullsafe.php)
- [@official@The Basics - Manual](https://www.php.net/manual/en/language.oop5.basic.php)
- [@official@PHP RFC: Nullsafe operator](https://wiki.php.net/rfc/nullsafe_operator)