Skip to content

Parse errors #176

@Durun

Description

@Durun

Typescript

  • catchする例外の型に非対応
    try {
    } catch (e: unknown) {  // here
    }

PHP

  • catchする型名の先頭文字が抜ける
    try {
    } catch (Exception $e) { // } catch ( xception $e ) {
    }
  • クラス名の先頭文字が抜ける
    class Sample { } // class ample { }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions