Browse Source

Change "url" to "URL".

Shout out to @dereuromark :)
ADmad 10 years ago
parent
commit
6309bbdde6

+ 3 - 3
src/Auth/Storage/StorageInterface.php

@@ -43,10 +43,10 @@ interface StorageInterface
     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);

+ 1 - 1
src/Controller/Component/AuthComponent.php

@@ -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
      */