We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2861340 commit b9a327dCopy full SHA for b9a327d
user_guide_src/source/incoming/routing/071.php
@@ -1,9 +1,6 @@
1
<?php
2
-/**
3
- * Get the router instance
4
- *
5
- * @var \CodeIgniter\Router\Router $router
6
- */
+// Get the router instance.
+/** @var \CodeIgniter\Router\Router $router */
7
$router = service('router');
8
9
// Retrieve the fully qualified class name of the controller handling the current request.
0 commit comments