mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
12 lines
139 B
Markdown
12 lines
139 B
Markdown
|
# ParseError
|
||
|
|
||
|
Emitted when the PHP Parser encounters an error.
|
||
|
|
||
|
```php
|
||
|
class A {
|
||
|
public function foo() : void {
|
||
|
echo "foo"
|
||
|
}
|
||
|
}
|
||
|
```
|