refactor: Code optimizations #765
psalm.yml
on: pull_request
static-psalm-analysis
22s
Annotations
10 errors
|
UndefinedThisPropertyFetch:
lib/Controller/BaseOidcController.php#L40
lib/Controller/BaseOidcController.php:40:15: UndefinedThisPropertyFetch: Instance property OCA\UserOIDC\Controller\BaseOidcController::$l is not defined (see https://psalm.dev/041)
|
|
UndefinedThisPropertyFetch:
lib/Controller/BaseOidcController.php#L33
lib/Controller/BaseOidcController.php:33:10: UndefinedThisPropertyFetch: Instance property OCA\UserOIDC\Controller\BaseOidcController::$config is not defined (see https://psalm.dev/041)
|
|
ParseError:
lib/Controller/BaseOidcController.php#L23
lib/Controller/BaseOidcController.php:23:20: ParseError: Syntax error, unexpected T_STRING, expecting T_VARIABLE on line 23 (see https://psalm.dev/173)
|
|
InvalidDocblock:
lib/Controller/BaseOidcController.php#L23
lib/Controller/BaseOidcController.php:23:3: InvalidDocblock: Param2 of OCA\UserOIDC\Controller\BaseOidcController::__construct has invalid syntax (see https://psalm.dev/008)
|
|
UndefinedThisPropertyFetch:
lib/Controller/ApiController.php#L68
lib/Controller/ApiController.php:68:11: UndefinedThisPropertyFetch: Instance property OCA\UserOIDC\Controller\ApiController::$userManager is not defined (see https://psalm.dev/041)
|
|
UndefinedThisPropertyFetch:
lib/Controller/ApiController.php#L55
lib/Controller/ApiController.php:55:17: UndefinedThisPropertyFetch: Instance property OCA\UserOIDC\Controller\ApiController::$root is not defined (see https://psalm.dev/041)
|
|
UndefinedThisPropertyFetch:
lib/Controller/ApiController.php#L37
lib/Controller/ApiController.php:37:11: UndefinedThisPropertyFetch: Instance property OCA\UserOIDC\Controller\ApiController::$userManager is not defined (see https://psalm.dev/041)
|
|
UndefinedThisPropertyFetch:
lib/Controller/ApiController.php#L36
lib/Controller/ApiController.php:36:18: UndefinedThisPropertyFetch: Instance property OCA\UserOIDC\Controller\ApiController::$userMapper is not defined (see https://psalm.dev/041)
|
|
ParseError:
lib/Controller/ApiController.php#L26
lib/Controller/ApiController.php:26:20: ParseError: Syntax error, unexpected T_STRING, expecting T_VARIABLE on line 26 (see https://psalm.dev/173)
|
|
InvalidDocblock:
lib/Controller/ApiController.php#L26
lib/Controller/ApiController.php:26:3: InvalidDocblock: Param2 of OCA\UserOIDC\Controller\ApiController::__construct has invalid syntax (see https://psalm.dev/008)
|