Skip to content

Commit

Permalink
Kint: Pslam type hint for plugin_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
jnvsor committed Oct 12, 2024
1 parent 47ace07 commit 170257f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified build/kint.phar
Binary file not shown.
1 change: 1 addition & 0 deletions src/Kint.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class Kint implements FacadeInterface
\Kint\Parser\XmlPlugin::class,
];

/** @psalm-param class-string-map<T of ConstructablePluginInterface, T> */
protected static array $plugin_pool = [];

protected Parser $parser;
Expand Down

0 comments on commit 170257f

Please sign in to comment.