Back to Psalm

InvalidOperand

docs/running_psalm/issues/InvalidOperand.md

6.16.1129 B
Original Source

InvalidOperand

Emitted when using something as an operand that is unexpected

php
<?php

class A {}
echo (new A) . ' ';