Skip to content

Commit

Permalink
docs: update for easier to read
Browse files Browse the repository at this point in the history
Co-authored-by: kenjis <[email protected]>
  • Loading branch information
datamweb and kenjis authored Aug 19, 2024
1 parent 2861340 commit b9a327d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions user_guide_src/source/incoming/routing/071.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php
/**
* Get the router instance
*
* @var \CodeIgniter\Router\Router $router
*/
// Get the router instance.
/** @var \CodeIgniter\Router\Router $router */
$router = service('router');

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

0 comments on commit b9a327d

Please sign in to comment.