Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticket/12901 Wrong type hint in show_available_child_styles() doc block #2799

Merged
merged 2 commits into from Aug 6, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions phpBB/includes/acp/acp_styles.php
Expand Up @@ -804,7 +804,7 @@ protected function show_styles_list(&$styles, $parent, $level)
*
* @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)
{
Expand Down Expand Up @@ -888,7 +888,7 @@ protected function find_possible_parents($styles, $id = -1, $parent = 0, $level
* 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)
{
Expand Down