Skip to content

Commit 63a6fdf

Browse files
committed
docs: add declare(strict_types=1) to controller
1 parent 4aa454c commit 63a6fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/addons/jwt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ $routes->post('auth/jwt', '\App\Controllers\Auth\LoginController::jwtLogin');
109109

110110
```php
111111
// app/Controllers/Auth/LoginController.php
112+
declare(strict_types=1);
113+
112114
namespace App\Controllers\Auth;
113115

114116
use App\Controllers\BaseController;

0 commit comments

Comments
 (0)