whitespace

This commit is contained in:
thefosk
2012-10-10 16:45:55 -07:00
parent 33ba91700b
commit 24d86fbedf
23 changed files with 24 additions and 37 deletions

View File

@@ -4,4 +4,4 @@ interface Authentication {
public function handleParams();
}
?>
?>

View File

@@ -37,4 +37,4 @@ class AuthenticationUtil {
}
?>
?>

View File

@@ -18,7 +18,4 @@ class BasicAuthentication extends HeaderAuthentication {
return null;
}
}
?>
?>

View File

@@ -17,6 +17,4 @@ class CustomHeaderAuthentication extends HeaderAuthentication {
return null;
}
}
?>
?>

View File

@@ -6,4 +6,4 @@ abstract class HeaderAuthentication implements Authentication {
return null;
}
}
?>
?>

View File

@@ -14,5 +14,4 @@ class MashapeAuthentication extends HeaderAuthentication {
return $this->headers;
}
}
?>
?>

View File

@@ -21,7 +21,4 @@ class OAuth10aAuthentication extends OAuthAuthentication {
return $headers;
}
}
?>
?>

View File

@@ -17,8 +17,4 @@ class OAuth2Authentication extends OAuthAuthentication {
return $params;
}
}
?>
?>

View File

@@ -37,6 +37,4 @@ class OAuthAuthentication implements Authentication {
return null;
}
}
?>
?>

View File

@@ -17,5 +17,4 @@ class QueryAuthentication implements Authentication {
return $this->params;
}
}
?>
?>