mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 17:52:45 +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";
|
|
```
|