Skip to content

Commit 16b8eb8

Browse files
committed
docs: change comment position
Because php-cs-fixer moves the comment line.
1 parent 1387b24 commit 16b8eb8

File tree

1 file changed

+2
-1
lines changed
  • user_guide_src/source/tutorial/static_pages

1 file changed

+2
-1
lines changed

user_guide_src/source/tutorial/static_pages/002.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
namespace App\Controllers;
44

5-
use CodeIgniter\Exceptions\PageNotFoundException; // Add this line
5+
// Add this line to import the class.
6+
use CodeIgniter\Exceptions\PageNotFoundException;
67

78
class Pages extends BaseController
89
{

0 commit comments

Comments
 (0)