mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-03 14:17:56 +02:00
Merge pull request #2799 from nickvergessen/ticket/12901
Ticket/12901 Wrong type hint in show_available_child_styles() doc block
This commit is contained in:
commit
decc896bf5
@ -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)
|
||||
{
|
||||
@ -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…
x
Reference in New Issue
Block a user