Handle psalm errors #342
Annotations
10 errors and 1 warning
init.php#L67
init.php:67:39: TypeDoesNotContainType: Operand of type false is always falsy (see https://psalm.dev/056)
|
init.php#L71
init.php:71:39: TypeDoesNotContainType: Operand of type false is always falsy (see https://psalm.dev/056)
|
src/CallFinder.php#L170
src/CallFinder.php:170:13: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
src/CallFinder.php#L175
src/CallFinder.php:175:13: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
src/CallFinder.php#L386
src/CallFinder.php:386:17: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
src/CallFinder.php#L520
src/CallFinder.php:520:14: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
src/CallFinder.php#L521
src/CallFinder.php:521:14: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
src/CallFinder.php#L553
src/CallFinder.php:553:21: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
src/Parser/ClassStaticsPlugin.php#L122
src/Parser/ClassStaticsPlugin.php:122:17: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
src/Parser/EnumPlugin.php#L47
src/Parser/EnumPlugin.php:47:13: TypeDoesNotContainType: Operand of type false is always falsy (see https://psalm.dev/056)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading