mirror of
https://github.com/danog/psalm.git
synced 2024-12-13 01:37:23 +01:00
10 lines
147 B
Markdown
10 lines
147 B
Markdown
# MixedOperand
|
|
|
|
Emitted when Psalm cannot infer a type for an operand in any calculated expression
|
|
|
|
```php
|
|
<?php
|
|
|
|
echo $_GET['foo'] + "hello";
|
|
```
|