Browse Source

Clean up PHPStan baseline. Fix merge issues.

mscherer 2 years ago
parent
commit
9470df7984
1 changed files with 0 additions and 6 deletions
  1. 0 6
      psalm-baseline.xml

+ 0 - 6
psalm-baseline.xml

@@ -18,12 +18,6 @@
       <code>int|false</code>
     </InvalidReturnType>
   </file>
-  <file src="src/Console/CommandCollection.php">
-    <InvalidDocblock>
-      <code>public function get(string $name): CommandInterface|string</code>
-      <code>public function getIterator(): Traversable</code>
-    </InvalidDocblock>
-  </file>
   <file src="src/Database/Query.php">
     <UnusedPsalmSuppress>
       <code>InvalidArrayOffset</code>