mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/12901] Fix type hinting of style $level
PHPBB3-12901
This commit is contained in:
committed by
Joas Schilling
parent
c991b1d587
commit
1d923260a6
@@ -804,7 +804,7 @@ class acp_styles
|
|||||||
*
|
*
|
||||||
* @param array $styles Styles list, passed as reference
|
* @param array $styles Styles list, passed as reference
|
||||||
* @param string $name Name of parent style
|
* @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)
|
protected function show_available_child_styles(&$styles, $name, $level)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user