forked from php/web-php
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
public string getErrorMessage ( void )
should be converted to
public function getErrorMessage(): string
or even brackets around optional parameters, etc.
The php syntax alone is enough to describe itself, there is no need for stuff that belongs to other languages. In fact, i'm sure that the manual syntax not matching php's, makes thing more difficult for novices.
kelunik and rquadling