Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
fix comment issue by "stickler-ci"
  • Loading branch information
hashmode committed Aug 10, 2016
1 parent 8a98074 commit cb1f68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/View.php
Expand Up @@ -1191,7 +1191,7 @@ protected function _getLayoutFileName($name = null)
* Finds an element filename, returns false on failure.
*
* @param string $name The name of the element to find.
* @param boolean $pluginCheck - if false will ignore the request's plugin if parsed plugin is not loaded
* @param bool $pluginCheck - if false will ignore the request's plugin if parsed plugin is not loaded
* @return string|false Either a string to the element filename or false when one can't be found.
*/
protected function _getElementFileName($name, $pluginCheck = true)
Expand Down

0 comments on commit cb1f68c

Please sign in to comment.