mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +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
|
||||
*
|
||||
* @param array $style style row
|
||||
* @param array $level style inheritance level
|
||||
* @param int $level style inheritance level
|
||||
*/
|
||||
protected function list_style(&$style, $level)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue