whitespace
This commit is contained in:
@@ -4,4 +4,4 @@ interface Authentication {
|
||||
|
||||
public function handleParams();
|
||||
}
|
||||
?>
|
||||
?>
|
||||
@@ -37,4 +37,4 @@ class AuthenticationUtil {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -18,7 +18,4 @@ class BasicAuthentication extends HeaderAuthentication {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
?>
|
||||
@@ -17,6 +17,4 @@ class CustomHeaderAuthentication extends HeaderAuthentication {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
?>
|
||||
@@ -6,4 +6,4 @@ abstract class HeaderAuthentication implements Authentication {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
@@ -14,5 +14,4 @@ class MashapeAuthentication extends HeaderAuthentication {
|
||||
return $this->headers;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
?>
|
||||
@@ -21,7 +21,4 @@ class OAuth10aAuthentication extends OAuthAuthentication {
|
||||
return $headers;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
?>
|
||||
@@ -17,8 +17,4 @@ class OAuth2Authentication extends OAuthAuthentication {
|
||||
return $params;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
@@ -37,6 +37,4 @@ class OAuthAuthentication implements Authentication {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
?>
|
||||
@@ -17,5 +17,4 @@ class QueryAuthentication implements Authentication {
|
||||
return $this->params;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user