Skip to content

Commit

Permalink
Change "url" to "URL".
Browse files Browse the repository at this point in the history
Shout out to @dereuromark :)
  • Loading branch information
ADmad committed May 31, 2015
1 parent df007fc commit 6309bbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Auth/Storage/StorageInterface.php
Expand Up @@ -43,10 +43,10 @@ public function write(array $user);
public function delete();

/**
* Get/set redirect url.
* Get/set redirect URL.
*
* @param mixed $url Redirect url. If `null` returns current url. If `false`
* deletes currently set url.
* @param mixed $url Redirect URL. If `null` returns current URL. If `false`
* deletes currently set URL.
* @return mixed
*/
public function redirectUrl($url = null);
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Component/AuthComponent.php
Expand Up @@ -219,7 +219,7 @@ class AuthComponent extends Component

/**
* The instance of the Authorize provider that was used to grant
* access to the current user to the url they are requesting.
* access to the current user to the URL they are requesting.
*
* @var \Cake\Auth\BaseAuthorize
*/
Expand Down

0 comments on commit 6309bbd

Please sign in to comment.