* remove E_STRICT errors.

This commit is contained in:
wwccss
2013-07-17 20:13:46 +08:00
parent cbedc2b30e
commit e4405b929e
9 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ class fixer
* @access public
* @return object fixer object.
*/
public function input($scope)
public static function input($scope)
{
return new fixer($scope);
}