From cb1f68ca86a6b2d60445cd4e9e7042b24fcb7f4a Mon Sep 17 00:00:00 2001 From: hashmode Date: Wed, 10 Aug 2016 10:29:17 +0400 Subject: [PATCH] fix comment fix comment issue by "stickler-ci" --- src/View/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/View.php b/src/View/View.php index 88dd4c20445..12d723f034a 100644 --- a/src/View/View.php +++ b/src/View/View.php @@ -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)