Kevin Pfeifer 2 years ago
parent
commit
683c4a5fe3
1 changed files with 5 additions and 5 deletions
  1. 5 5
      psalm-baseline.xml

+ 5 - 5
psalm-baseline.xml

@@ -18,17 +18,17 @@
       <code>int|false</code>
     </InvalidReturnType>
   </file>
-  <file src="src/Command/PluginListCommand.php">
-    <RedundantCondition>
-      <code>is_array($pluginsConfig)</code>
-    </RedundantCondition>
-  </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/Core/PluginConfig.php">
+    <RedundantCondition>
+      <code>is_array($pluginLoadConfig)</code>
+    </RedundantCondition>
+  </file>
   <file src="src/Database/Query.php">
     <UnusedPsalmSuppress>
       <code>InvalidArrayOffset</code>