mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12901] Fix type hinting of style $level
PHPBB3-12901
This commit is contained in:
parent
c991b1d587
commit
1d923260a6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue