yiisoft / demo

Yii 3 demo application
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
318 stars 133 forks source link

Psalm Level 6: 7 of 9: InvalidReturnStatement - src/User/Console/CreateCommand.php:54:20 - The inferred type 'int|non-falsy-string' does not match the declared return type 'int' for App\User\Console\CreateCommand::execute (see https://psalm.dev/128) return $t->getCode() ?: ExitCode::UNSPECIFIED_ERROR; #534

Closed rossaddison closed 2 years ago

rossaddison commented 2 years ago

<?xml version="1.0"?> <psalm errorLevel="6" <------------------------------------------------------- change level 7 to 6 resolveFromConfigFile="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"

vjik commented 2 years ago

Closed favor in https://github.com/yiisoft/demo/issues/538