From 7ec56fd1ff627f7218095b9d48c3d660aa3b329a Mon Sep 17 00:00:00 2001 From: Rikuya Osawa <109570170+rikuyaosawa@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:14:07 +0900 Subject: [PATCH] fix: replace unavailable resource link (#8152) --- .../php/content/null-safe-operator@1NXSk8VZDr89jQTTkOL7x.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)