#2299 - Fatal error in specific version of PHP

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2.2@52393 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-04-09 08:27:13 +00:00
parent ef7e8a1c40
commit 43bf269643

View File

@ -43,7 +43,7 @@ abstract class Authenticator extends Object {
* @return bool|Member Returns FALSE if authentication fails, otherwise
* the member object
*/
public abstract static function authenticate(array $RAW_data,
public abstract static function authenticate($RAW_data,
Form $form = null);