Psalm v6: strict_types=1 #11979
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
InvalidPropertyAssignmentValue:
tests/PsalmPluginTest.php#L37
tests/PsalmPluginTest.php:37:30: InvalidPropertyAssignmentValue: $this->plugin_list with declared type 'never' cannot be assigned type 'Mockery\MockInterface&Psalm\Internal\PluginManager\PluginList' (see https://psalm.dev/145)
|
MixedMethodCall:
tests/PsalmPluginTest.php#L79
tests/PsalmPluginTest.php:79:29: MixedMethodCall: Cannot determine the type of $this->plugin_list when calling method expects (see https://psalm.dev/015)
|
MixedMethodCall:
tests/PsalmPluginTest.php#L79
tests/PsalmPluginTest.php:79:40: MixedMethodCall: Cannot determine the type of the object on the left hand side of this expression (see https://psalm.dev/015)
|
MixedMethodCall:
tests/PsalmPluginTest.php#L79
tests/PsalmPluginTest.php:79:54: MixedMethodCall: Cannot determine the type of the object on the left hand side of this expression (see https://psalm.dev/015)
|
MixedMethodCall:
tests/PsalmPluginTest.php#L94
tests/PsalmPluginTest.php:94:29: MixedMethodCall: Cannot determine the type of $this->plugin_list when calling method expects (see https://psalm.dev/015)
|
MixedMethodCall:
tests/PsalmPluginTest.php#L94
tests/PsalmPluginTest.php:94:40: MixedMethodCall: Cannot determine the type of the object on the left hand side of this expression (see https://psalm.dev/015)
|
MixedMethodCall:
tests/PsalmPluginTest.php#L94
tests/PsalmPluginTest.php:94:56: MixedMethodCall: Cannot determine the type of the object on the left hand side of this expression (see https://psalm.dev/015)
|
MixedMethodCall:
tests/PsalmPluginTest.php#L123
tests/PsalmPluginTest.php:123:15: MixedMethodCall: Cannot determine the type of $this->plugin_list when calling method shouldReceive (see https://psalm.dev/015)
|
MixedMethodCall:
tests/PsalmPluginTest.php#L123
tests/PsalmPluginTest.php:123:46: MixedMethodCall: Cannot determine the type of the object on the left hand side of this expression (see https://psalm.dev/015)
|
MixedMethodCall:
tests/PsalmPluginTest.php#L124
tests/PsalmPluginTest.php:124:15: MixedMethodCall: Cannot determine the type of the object on the left hand side of this expression (see https://psalm.dev/015)
|