1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/auth-refactor] Fix typos causing changes to not work

Replaces short tags with long tags.
Fixes the interface to be an interface and not class in the file.
Removes unnecessary include_once from auth.php.

PHPBB-9734
This commit is contained in:
Joseph Warner
2013-06-19 14:20:29 -04:00
parent 7bdab205a1
commit 553c300688
5 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
/**
*
* @package auth
@@ -20,7 +20,7 @@ if (!defined('IN_PHPBB'))
*
* @package auth
*/
class phpbb_auth_provider_interface
interface phpbb_auth_provider_interface
{
/**
* Checks whether the user is currently identified to the authentication