diff --git a/src/data/roadmaps/php/content/null-safe-operator@1NXSk8VZDr89jQTTkOL7x.md b/src/data/roadmaps/php/content/null-safe-operator@1NXSk8VZDr89jQTTkOL7x.md index b92259576..0a2099c1c 100644 --- a/src/data/roadmaps/php/content/null-safe-operator@1NXSk8VZDr89jQTTkOL7x.md +++ b/src/data/roadmaps/php/content/null-safe-operator@1NXSk8VZDr89jQTTkOL7x.md @@ -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) \ No newline at end of file +- [@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)