[PR][php-langspec][#157][master] - Removed Throwable Interface Method Modifiers

[email protected]
Newsgroups php.standards
Message-ID <[email protected]>
You can view the Pull Request on github:
https://github.com/php/php-langspec/pull/157

Pull Request Description:
> All methods declared in an interface must be implicitly or explicitly
public, and they must not be declared `abstract`.

This quote is directly from the specification itself, however, the `Throwable` interface uses the `abstract` modifier and a `public` access modifier (unlike all other interfaces in the same document). I removed both modifiers from the methods in the `Throwable` interface example to ensure consistency.

And apparently the required `function` keyword was missing too.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.