mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/12901] Fix another wrong type hint for $level
PHPBB3-12901
This commit is contained in:
parent
1d923260a6
commit
7755f5354f
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ class acp_styles
|
||||||
* Show item in styles list
|
* Show item in styles list
|
||||||
*
|
*
|
||||||
* @param array $style style row
|
* @param array $style style row
|
||||||
* @param array $level style inheritance level
|
* @param int $level style inheritance level
|
||||||
*/
|
*/
|
||||||
protected function list_style(&$style, $level)
|
protected function list_style(&$style, $level)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue