Skip to content

Commit

Permalink
Removed errors solved by #23 from the psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jun 26, 2021
1 parent a7c428a commit f0df7d3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.18.2@19aa905f7c3c7350569999a93c40ae91ae4e1626">
<file src="src/Escaper.php">
<DocblockTypeContradiction occurrences="1">
<code>is_string($encoding)</code>
</DocblockTypeContradiction>
<MixedArgument occurrences="10">
<code>$chr</code>
<code>$chr</code>
Expand Down Expand Up @@ -42,10 +39,7 @@
<code>array&lt;string, array{0: string, 1: string}&gt;</code>
<code>array&lt;string, array{0: string}&gt;</code>
</InvalidReturnType>
<InvalidScalarArgument occurrences="1">
<code>1</code>
</InvalidScalarArgument>
<MissingReturnType occurrences="10">
<MissingReturnType occurrences="9">
<code>testCssEscapingReturnsStringIfContainsOnlyDigits</code>
<code>testCssEscapingReturnsStringIfZeroLength</code>
<code>testHtmlAttributeEscapingEscapesOwaspRecommendedRanges</code>
Expand All @@ -54,7 +48,6 @@
<code>testReturnsEncodingFromGetter</code>
<code>testSettingEncodingToEmptyStringShouldThrowException</code>
<code>testSettingEncodingToInvalidValueShouldThrowException</code>
<code>testSettingEncodingToNonStringShouldThrowException</code>
<code>testUnicodeCodepointConversionToUtf8</code>
</MissingReturnType>
</file>
Expand Down

0 comments on commit f0df7d3

Please sign in to comment.