[ticket/12901] Fix type hinting of style $level

PHPBB3-12901
This commit is contained in:
jeroendedauw 2014-07-31 20:23:29 +02:00 committed by Joas Schilling
parent c991b1d587
commit 1d923260a6

View file

@ -804,7 +804,7 @@ class acp_styles
*
* @param array $styles Styles list, passed as reference
* @param string $name Name of parent style
* @param string $level Styles tree level
* @param int $level Styles tree level
*/
protected function show_available_child_styles(&$styles, $name, $level)
{