Skip to content

Commit

Permalink
Reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 5, 2023
1 parent fa43e67 commit dce0d1b
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -464,12 +464,12 @@
<code>$value</code>
</InvalidCast>
</file>
<file src="src/Logging/TestDox/TestMethod/TestResultCollection.php">
<file src="src/Logging/TestDox/TestResult/TestResultCollection.php">
<PropertyTypeCoercion>
<code>$testResults</code>
</PropertyTypeCoercion>
</file>
<file src="src/Logging/TestDox/TestMethod/TestResultCollector.php">
<file src="src/Logging/TestDox/TestResult/TestResultCollector.php">
<PossiblyNullArgument>
<code><![CDATA[$this->status]]></code>
<code><![CDATA[$this->time]]></code>
Expand Down

0 comments on commit dce0d1b

Please sign in to comment.