Skip to content

Commit b9a327d

Browse files
datamwebkenjis
andauthored
docs: update for easier to read
Co-authored-by: kenjis <[email protected]>
1 parent 2861340 commit b9a327d

File tree

1 file changed

+2
-5
lines changed
  • user_guide_src/source/incoming/routing

1 file changed

+2
-5
lines changed

user_guide_src/source/incoming/routing/071.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
2-
/**
3-
* Get the router instance
4-
*
5-
* @var \CodeIgniter\Router\Router $router
6-
*/
2+
// Get the router instance.
3+
/** @var \CodeIgniter\Router\Router $router */
74
$router = service('router');
85

96
// Retrieve the fully qualified class name of the controller handling the current request.

0 commit comments

Comments
 (0)