Skip to content

Commit

Permalink
add phan-var
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Oct 2, 2021
1 parent 2fe6091 commit 9d95ba5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion includes/DynamicPageListHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ class DynamicPageListHooks {
/** @var array */
public static $fixedCategories = [];

/** @var array */
/**
* @var array
* @phan-var array<mixed,mixed>
*/
public static $createdLinks;

/** @var bool */
Expand Down

0 comments on commit 9d95ba5

Please sign in to comment.