From PHPStan baseline: src/div.php line 6492. Snippet: ` if ( === null) { = ->__src; = && true; } ` This is a no-op and PHPStan reports the right side of && always true. Consider removing or replacing with intended logic.
From PHPStan baseline: src/div.php line 6492.
Snippet:
if ( === null) { = ->__src; = && true; }This is a no-op and PHPStan reports the right side of && always true. Consider removing or replacing with intended logic.