1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176">
<file src="src/ManifestDocumentMapper.php">
<RedundantCast>
<code><![CDATA[(int)$e->getCode()]]></code>
<code><![CDATA[(int)$e->getCode()]]></code>
</RedundantCast>
</file>
<file src="src/ManifestLoader.php">
<RedundantCast>
<code><![CDATA[(int)$e->getCode()]]></code>
<code><![CDATA[(int)$e->getCode()]]></code>
</RedundantCast>
<UnusedClass>
<code>ManifestLoader</code>
</UnusedClass>
</file>
<file src="src/ManifestSerializer.php">
<UnusedClass>
<code>ManifestSerializer</code>
</UnusedClass>
</file>
<file src="src/exceptions/ManifestDocumentLoadingException.php">
<PossiblyUnusedMethod>
<code>getLibxmlErrors</code>
</PossiblyUnusedMethod>
</file>
<file src="src/values/Author.php">
<PossiblyUnusedMethod>
<code>asString</code>
</PossiblyUnusedMethod>
</file>
<file src="src/values/AuthorCollection.php">
<PossiblyUnusedMethod>
<code>count</code>
</PossiblyUnusedMethod>
</file>
<file src="src/values/BundledComponentCollection.php">
<PossiblyUnusedMethod>
<code>count</code>
</PossiblyUnusedMethod>
</file>
<file src="src/values/Manifest.php">
<PossiblyUnusedMethod>
<code>isApplication</code>
<code>isExtensionFor</code>
<code>isLibrary</code>
</PossiblyUnusedMethod>
</file>
<file src="src/values/RequirementCollection.php">
<PossiblyUnusedMethod>
<code>count</code>
</PossiblyUnusedMethod>
</file>
</files>
|