-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
PHP Version
8.1
PHPStan CodeIgniter Version
v1.4.2.70400
PHPStan Version
1.10.39
What happened?
------ ----------------------------------------------------------------------------------------------------
Line app/Controllers/ActionsController.php
------ ----------------------------------------------------------------------------------------------------
46 Argument #1 $name ('App\\Models\\NotificationMutedModel') passed to function model does not extend
CodeIgniter\\Model.
------ ----------------------------------------------------------------------------------------------------
https://github.com/kenjis/forum-example/blob/37a339f050ee2c40ed452e6570cef188dc0f90a0/app/Controllers/ActionsController.php#L46
https://github.com/kenjis/forum-example/blob/37a339f050ee2c40ed452e6570cef188dc0f90a0/app/Models/NotificationMutedModel.php#L11
Minimum Reproduction Script
git clone https://github.com/kenjis/forum-example --branch=add-phpstan-codeigniter
cd forum-example/
composer install
vendor/bin/phpstan
Expected Output
No error on ActionsController
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working