PHPStan Report
app/Controllers/Admin/UserController.php
Line 92: Call to an undefined method CodeIgniter\Shield\Models\UserModel::createNewUser(). Line 199: Call to unknown service method 'passwords'. Line 256: Parameter #1 $name of function model expects a valid class string, array|bool|float|int|object|string|null given. Line 258: Call to function assert() with false and 'Config Auth…' will always evaluate to false. Line 258: Instanceof between null and CodeIgniter\Shield\Models\UserModel will always evaluate to false.
app/Controllers/Admin/UserInsightController.php
Line 61: Access to an undefined property App\Controllers\Admin\UserInsightController::$meetings. Line 64: Access to an undefined property App\Controllers\Admin\UserInsightController::$assignments. Line 65: Access to an undefined property App\Controllers\Admin\UserInsightController::$assignmentEntry. Line 66: Access to an undefined property App\Controllers\Admin\UserInsightController::$assignmentEntryProperties. Line 67: Access to an undefined property App\Controllers\Admin\UserInsightController::$assignmentResult. Line 74: Access to an undefined property App\Controllers\Admin\UserInsightController::$cases. Line 75: Access to an undefined property App\Controllers\Admin\UserInsightController::$caseEntry. Line 76: Access to an undefined property App\Controllers\Admin\UserInsightController::$caseEntryProperties. Line 77: Access to an undefined property App\Controllers\Admin\UserInsightController::$caseResult. Line 140: Access to an undefined property App\Controllers\Admin\UserInsightController::$assignmentResult. Line 141: Access to an undefined property App\Controllers\Admin\UserInsightController::$assignmentEntry. Line 142: Access to an undefined property App\Controllers\Admin\UserInsightController::$assignmentEntryProperties. Line 175: Access to an undefined property App\Controllers\Admin\UserInsightController::$caseResult. Line 176: Access to an undefined property App\Controllers\Admin\UserInsightController::$caseEntry. Line 177: Access to an undefined property App\Controllers\Admin\UserInsightController::$caseEntryProperties. Line 243: Access to an undefined property App\Controllers\Admin\UserInsightController::$meetings. Line 251: Access to an undefined property App\Controllers\Admin\UserInsightController::$assignments. Line 257: Access to an undefined property App\Controllers\Admin\UserInsightController::$cases.
app/Controllers/Front/BaseController.php
Line 114: Left side of && is always true.
app/Controllers/Front/DashboardModules/DocumentsDashboardModule.php
Line 25: Access to an undefined property App\Controllers\Front\DashboardModules\DocumentsDashboardModule::$uploads.
app/Controllers/LoginController.php
Line 15: PHPDoc tag @var for variable $authenticator contains unknown class App\Controllers\Session. Line 15: PHPDoc tag @var with type App\Controllers\Session is not subtype of native type CodeIgniter\Shield\Authentication\AuthenticatorInterface. Line 18: Call to method hasAction() on an unknown class App\Controllers\Session.
app/Helpers/front/dashboard_helper.php
Line 8: Call to function is_subclass_of() with class-string and mixed will always evaluate to true.
app/Models/AssignmentEntry.php
Line 128: Method App\Models\AssignmentEntry::get_type() should return array but returns null.
app/Models/CaseEntry.php
Line 125: Method App\Models\CaseEntry::get_type() should return array but returns null.
app/Models/TrainingSchedule.php
Line 25: Access to protected property App\Models\TrainingMeetings::$table. Line 26: Access to protected property App\Models\TrainingMeetings::$table. Line 27: Access to protected property App\Models\Trainings::$table. Line 29: Access to protected property App\Models\Trainings::$table. Line 29: Access to protected property App\Models\Trainings::$table. Line 30: Access to protected property App\Models\TrainingMeetings::$table. Line 30: Access to protected property App\Models\TrainingMeetings::$table. Line 89: Parameter #1 $month of method App\Models\TrainingSchedule::get_month_name() expects int, string given.
app/Services/UserMetaService.php
Line 42: PHPDoc tag @throws with type App\Services\Exception is not subtype of Throwable