Update file #1240
Annotations
10 errors and 1 warning
Static analysis.:
src/Schema.php#L80
src/Schema.php:80:19: MissingClassConstType: Class constant "Yiisoft\Db\Sqlite\Schema::TYPE_MAP" should have a declared type. (see https://psalm.dev/359)
|
Static analysis.:
src/SqlToken.php#L24
src/SqlToken.php:24:18: MissingClassConstType: Class constant "Yiisoft\Db\Sqlite\SqlToken::TYPE_CODE" should have a declared type. (see https://psalm.dev/359)
|
Static analysis.:
src/SqlToken.php#L25
src/SqlToken.php:25:18: MissingClassConstType: Class constant "Yiisoft\Db\Sqlite\SqlToken::TYPE_STATEMENT" should have a declared type. (see https://psalm.dev/359)
|
Static analysis.:
src/SqlToken.php#L26
src/SqlToken.php:26:18: MissingClassConstType: Class constant "Yiisoft\Db\Sqlite\SqlToken::TYPE_TOKEN" should have a declared type. (see https://psalm.dev/359)
|
Static analysis.:
src/SqlToken.php#L27
src/SqlToken.php:27:18: MissingClassConstType: Class constant "Yiisoft\Db\Sqlite\SqlToken::TYPE_PARENTHESIS" should have a declared type. (see https://psalm.dev/359)
|
Static analysis.:
src/SqlToken.php#L28
src/SqlToken.php:28:18: MissingClassConstType: Class constant "Yiisoft\Db\Sqlite\SqlToken::TYPE_KEYWORD" should have a declared type. (see https://psalm.dev/359)
|
Static analysis.:
src/SqlToken.php#L29
src/SqlToken.php:29:18: MissingClassConstType: Class constant "Yiisoft\Db\Sqlite\SqlToken::TYPE_OPERATOR" should have a declared type. (see https://psalm.dev/359)
|
Static analysis.:
src/SqlToken.php#L30
src/SqlToken.php:30:18: MissingClassConstType: Class constant "Yiisoft\Db\Sqlite\SqlToken::TYPE_IDENTIFIER" should have a declared type. (see https://psalm.dev/359)
|
Static analysis.:
src/SqlToken.php#L31
src/SqlToken.php:31:18: MissingClassConstType: Class constant "Yiisoft\Db\Sqlite\SqlToken::TYPE_STRING_LITERAL" should have a declared type. (see https://psalm.dev/359)
|
Static analysis.
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading