PHPStan Report
app/Controllers/Admin/DashboardModules/DevicesDashboardModule.php
Line 19: Access to an undefined property App\Controllers\Admin\DashboardModules\DevicesDashboardModule::$devices. Line 31: Instantiated class App\Controllers\Admin\DashboardModules\Exception not found. Line 31: Throwing object of an unknown class App\Controllers\Admin\DashboardModules\Exception. Line 39: Instantiated class App\Controllers\Admin\DashboardModules\Exception not found. Line 39: Throwing object of an unknown class App\Controllers\Admin\DashboardModules\Exception. Line 40: Unreachable statement - code above always terminates. Line 43: Caught class App\Controllers\Admin\DashboardModules\Exception not found. Line 54: Access to an undefined property App\Controllers\Admin\DashboardModules\DevicesDashboardModule::$devices. Line 55: Access to an undefined property App\Controllers\Admin\DashboardModules\DevicesDashboardModule::$devices.
app/Controllers/Admin/UserController.php
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/Front/DashboardModules/DevicesDashboardModule.php
Line 20: Access to an undefined property App\Controllers\Front\DashboardModules\DevicesDashboardModule::$devices. Line 41: Unreachable statement - code above always terminates. Line 55: Access to an undefined property App\Controllers\Front\DashboardModules\DevicesDashboardModule::$devices. Line 56: Access to an undefined property App\Controllers\Front\DashboardModules\DevicesDashboardModule::$devices.
app/Controllers/Front/FilesController.php
Line 38: Call to an undefined method App\Controllers\Front\FilesController::get_meeting(). Line 42: Access to an undefined property App\Controllers\Front\FilesController::$assignments. Line 49: Function load_sidebar not found.
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/download_helper.php
Line 13: Invalid array key type float.
app/Models/Devices.php
Line 24: Constant id_or_mac not found. Line 25: Undefined variable: $mac
app/Services/DeviceService.php
Line 33: PHPDoc tag @throws with type App\Services\Exception is not subtype of Throwable
app/Services/HardwareService.php
Line 30: PHPDoc tag @throws with type App\Services\Exception is not subtype of Throwable Line 46: Invalid array key type float.
app/Services/UserMetaService.php
Line 36: PHPDoc tag @throws with type App\Services\Exception is not subtype of Throwable