mirror of
https://github.com/danog/psalm.git
synced 2024-12-04 02:27:59 +01:00
134 B
134 B
FalseOperand
Emitted when using false
as part of an operation (e.g. +
, .
, ^
etc.)
<?php
echo false . 'hello';