Skip to content

Commit

Permalink
Add DomPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jnvsor committed Aug 26, 2024
1 parent 7dd380d commit efb3cb1
Show file tree
Hide file tree
Showing 8 changed files with 1,222 additions and 0 deletions.
Binary file modified build/kint.phar
Binary file not shown.
5 changes: 5 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<code><![CDATA[!KINT_PHP84]]></code>
</RedundantCondition>
</file>
<file src="src/Parser/DomPlugin.php">
<RedundantCondition>
<code><![CDATA[!KINT_PHP84]]></code>
</RedundantCondition>
</file>
<file src="src/Parser/EnumPlugin.php">
<TypeDoesNotContainType>
<code><![CDATA[!KINT_PHP81]]></code>
Expand Down
1 change: 1 addition & 0 deletions src/Kint.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class Kint implements FacadeInterface
\Kint\Parser\ClosurePlugin::class,
\Kint\Parser\ColorPlugin::class,
\Kint\Parser\DateTimePlugin::class,
\Kint\Parser\DomPlugin::class,
\Kint\Parser\EnumPlugin::class,
\Kint\Parser\FsPathPlugin::class,
\Kint\Parser\IteratorPlugin::class,
Expand Down
Loading

0 comments on commit efb3cb1

Please sign in to comment.