Skip to content

Commit

Permalink
Added missing methods to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Woltersdorf committed Sep 4, 2015
1 parent abe46cc commit d865bff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dist/Interfaces/ServesRequestInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,14 @@ public function getAcceptedContentTypes();
* @return string
*/
public function getQueryString();

/**
* @return string|null
*/
public function getAuthUser();

/**
* @return string|null
*/
public function getAuthPassword();
}

0 comments on commit d865bff

Please sign in to comment.