Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 146 Bytes

ParseError.md

File metadata and controls

13 lines (10 loc) · 146 Bytes

ParseError

Emitted when the PHP Parser encounters an error.

<?php

class A {
  public function foo() : void {
    echo "foo"
  }
}