Skip to content

Commit

Permalink
Merge pull request #577 from ergebnis/fix/docblock
Browse files Browse the repository at this point in the history
Fix: DocBlock
  • Loading branch information
localheinz authored Dec 28, 2021
2 parents 23fbecf + 73249f2 commit 7faa592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.9.2@00c062267d6e3229d91a1939992987e2d46f2393">
<files psalm-version="4.16.1@aa7e400908833b10c0333861f86cd48c510b60eb">
<file src="src/CallableNormalizer.php">
<MixedInferredReturnType occurrences="1">
<code>Json</code>
Expand All @@ -14,19 +14,13 @@
</ImplicitToStringCast>
</file>
<file src="src/Json.php">
<DocblockTypeContradiction occurrences="1">
<code>null === $this-&gt;format</code>
</DocblockTypeContradiction>
<MissingParamType occurrences="1">
<code>$decoded</code>
</MissingParamType>
<MixedAssignment occurrences="2">
<code>$decoded</code>
<code>$this-&gt;decoded</code>
</MixedAssignment>
<PropertyNotSetInConstructor occurrences="1">
<code>$format</code>
</PropertyNotSetInConstructor>
</file>
<file src="src/SchemaNormalizer.php">
<MissingParamType occurrences="1">
Expand Down
2 changes: 1 addition & 1 deletion src/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class Json
private $decoded;

/**
* @var Format\Format
* @var null|Format\Format
*/
private $format;

Expand Down

0 comments on commit 7faa592

Please sign in to comment.