mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/12901] Fix another wrong type hint for $level
PHPBB3-12901
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user