Skip to content

Commit

Permalink
[BUGFIX] Decalre static method as such
Browse files Browse the repository at this point in the history
Related: #25
  • Loading branch information
julianhofmann committed Dec 1, 2023
1 parent e213c72 commit f38645e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Utility/PageUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class PageUtility
*
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*/
public function getTreeList(int $uid, int $depth, int $begin = 0, string $permClause = ''): string
public static function getTreeList(int $uid, int $depth, int $begin = 0, string $permClause = ''): string
{
$theList = '';

Expand Down

0 comments on commit f38645e

Please sign in to comment.