Skip to content

Commit

Permalink
Fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 14, 2016
1 parent 98e8aaa commit 8264ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/Client/Auth/Oauth.php
Expand Up @@ -252,7 +252,7 @@ public function baseString($request, $oauthValues)
*
* Section 9.1.2. of the Oauth spec
*
* @param Psr\Http\Message\UriInterface $uri Uri object to build a normalized version of.
* @param \Psr\Http\Message\UriInterface $uri Uri object to build a normalized version of.
* @return string Normalized URL
*/
protected function _normalizedUrl($uri)
Expand Down
2 changes: 1 addition & 1 deletion src/Http/ServerRequest.php
Expand Up @@ -1885,7 +1885,7 @@ public function getAttributes()
* Get the uploaded file from a dotted path.
*
* @param string $path The dot separated path to the file you want.
* @return null|Psr\Http\Message\UploadedFileInterface
* @return null|\Psr\Http\Message\UploadedFileInterface
*/
public function getUploadedFile($path)
{
Expand Down

0 comments on commit 8264ef1

Please sign in to comment.