[ticket/12901] Fix another wrong type hint for $level

PHPBB3-12901
This commit is contained in:
Joas Schilling 2014-08-03 22:41:12 +02:00
parent 1d923260a6
commit 7755f5354f

View file

@ -888,7 +888,7 @@ class acp_styles
* Show item in styles list
*
* @param array $style style row
* @param array $level style inheritance level
* @param int $level style inheritance level
*/
protected function list_style(&$style, $level)
{