Skip to content

Commit

Permalink
Fix PHPCS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 5, 2015
1 parent f330700 commit 74b97c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Controller/Component/FlashComponent.php
Expand Up @@ -105,11 +105,11 @@ public function set($message, array $options = [])
* For example: $this->Flash->success('My message') would use the
* success.ctp element under `src/Template/Element/Flash` for rendering the
* flash message.
*
*
* Note that the parameter `element` will be always overridden. In order to call a
* specific element from a plugin, you should set the `plugin` option in $args.
*
* For example: $this->Flash->warning('My message', ['plugin' => 'PluginName']) would
*
* For example: `$this->Flash->warning('My message', ['plugin' => 'PluginName'])` would
* use the warning.ctp element under `plugins/PluginName/src/Template/Element/Flash` for
* rendering the flash message.
*
Expand Down

0 comments on commit 74b97c7

Please sign in to comment.