ParseError
March 20, 2020 ยท View on GitHub
Emitted when the PHP Parser encounters an error.
<?php
class A {
public function foo() : void {
echo "foo"
}
}
March 20, 2020 ยท View on GitHub
Emitted when the PHP Parser encounters an error.
<?php
class A {
public function foo() : void {
echo "foo"
}
}