Browse Source

Tiny mistake in phpdoc in AuthComponents defaultConfig

Mikkel Bonde Christensen 10 years ago
parent
commit
cd4fee46a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Controller/Component/AuthComponent.php

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

@@ -138,7 +138,7 @@ class AuthComponent extends Component
      * - `storage` - Storage class to use for persisting user record. When using
      *   stateless authenticator you should set this to 'Memory'. Defaults to 'Session'.
      *
-     * - 'checkAuthIn' - Name of event for which initial auth checks should be done.
+     * - `checkAuthIn` - Name of event for which initial auth checks should be done.
      *   Defaults to 'Controller.startup'. You can set it to 'Controller.initialize'
      *   if you want the check to be done before controller's beforeFilter() is run.
      *