From 806394734c219e2146cb0d57103dddb4089d7089 Mon Sep 17 00:00:00 2001 From: Pierre Galvez Date: Sat, 4 Feb 2023 22:54:44 +0100 Subject: [PATCH] Null Coalescing Operator Use Null Coalescing Operator instead of isset ? : --- create_framework/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/routing.rst b/create_framework/routing.rst index f76167ec2fb..71e3a8250e1 100644 --- a/create_framework/routing.rst +++ b/create_framework/routing.rst @@ -35,7 +35,7 @@ template as follows: .. code-block:: html+php - Hello + Hello Now, we are in good shape to add new features.