mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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
1 changed files with 2 additions and 2 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)
|
||||
{
|
||||
|
@ -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