mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
123 B
123 B
InvalidOperand
Emitted when using something as an operand that is unexpected
class A {}
echo (new A) . ' ';