chore(deps-dev): update rector/rector requirement from 1.0.2 to 1.0.5 #178
psalm.yml
on: pull_request
psalm
/
Psalm Analysis
28s
Annotations
10 errors
UndefinedFunction:
src/Commands/ClearSettings.php#L20
src/Commands/ClearSettings.php:20:9: UndefinedFunction: Function CodeIgniter\Settings\Commands\service does not exist (see https://psalm.dev/021)
|
UndefinedFunction:
src/Config/Services.php#L33
src/Config/Services.php:33:40: UndefinedFunction: Function CodeIgniter\Settings\Config\config does not exist (see https://psalm.dev/021)
|
UndefinedFunction:
src/Database/Migrations/2021-07-04-041948_CreateSettingsTable.php#L15
src/Database/Migrations/2021-07-04-041948_CreateSettingsTable.php:15:26: UndefinedFunction: Function CodeIgniter\Settings\Database\Migrations\config does not exist (see https://psalm.dev/021)
|
UndefinedFunction:
src/Database/Migrations/2021-11-14-143905_AddContextColumn.php#L15
src/Database/Migrations/2021-11-14-143905_AddContextColumn.php:15:26: UndefinedFunction: Function CodeIgniter\Settings\Database\Migrations\config does not exist (see https://psalm.dev/021)
|
UndefinedFunction:
src/Handlers/DatabaseHandler.php#L41
src/Handlers/DatabaseHandler.php:41:26: UndefinedFunction: Function CodeIgniter\Settings\Handlers\config does not exist (see https://psalm.dev/021)
|
UndefinedFunction:
src/Handlers/DatabaseHandler.php#L42
src/Handlers/DatabaseHandler.php:42:26: UndefinedFunction: Function CodeIgniter\Settings\Handlers\db_connect does not exist (see https://psalm.dev/021)
|
UndefinedFunction:
src/Helpers/setting_helper.php#L17
src/Helpers/setting_helper.php:17:20: UndefinedFunction: Function service does not exist (see https://psalm.dev/021)
|
UndefinedFunction:
src/Settings.php#L168
src/Settings.php:168:19: UndefinedFunction: Function CodeIgniter\Settings\config does not exist (see https://psalm.dev/021)
|
UndefinedFunction:
tests/DatabaseHandlerTest.php#L39
tests/DatabaseHandlerTest.php:39:29: UndefinedFunction: Function Tests\config does not exist (see https://psalm.dev/021)
|
UndefinedFunction:
tests/DatabaseHandlerTest.php#L64
tests/DatabaseHandlerTest.php:64:38: UndefinedFunction: Function Tests\config does not exist (see https://psalm.dev/021)
|