PandaTwo / php-language-api

Automatically exported from code.google.com/p/php-language-api
0 stars 0 forks source link

Make methods static #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
All the methods in the class are called statically but not declared as such. 
Adhere to E_STRICT 
standards and add the static keyword to the method declarations.

Original issue reported on code.google.com by gugakf...@gmail.com on 21 May 2010 at 11:12