Skip to content

ParseError

PHP Parserがエラーに遭遇した場合に発生します。

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

ユーザーノート