1
0
mirror of https://github.com/danog/loop.git synced 2024-11-30 04:19:04 +01:00
loop/psalm-baseline.xml
2023-01-22 10:06:02 +01:00

20 lines
647 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="dev-master@9725dafb7e0e0693cd8eee14d83d48db2cef39cd">
<file src="lib/Generic/GenericLoop.php">
<DocblockTypeContradiction>
<code>$callable instanceof \Closure</code>
</DocblockTypeContradiction>
<MixedPropertyTypeCoercion>
<code>$callable</code>
</MixedPropertyTypeCoercion>
</file>
<file src="lib/Generic/PeriodicLoop.php">
<DocblockTypeContradiction>
<code>$callback instanceof \Closure</code>
</DocblockTypeContradiction>
<MixedPropertyTypeCoercion>
<code>$callback</code>
</MixedPropertyTypeCoercion>
</file>
</files>