Skip to content

Commit

Permalink
Merge pull request #10593 from jorgsowa/update-baseline
Browse files Browse the repository at this point in the history
Baseline update
  • Loading branch information
orklah authored Jan 25, 2024
2 parents 25b07fb + 17f4087 commit e72ad06
Showing 1 changed file with 1 addition and 183 deletions.
184 changes: 1 addition & 183 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,186 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.x-dev@b9583493b08eb36259c0f6b746a787c4c9b3ac45">
<file src="vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php">
<InternalProperty>
<code><![CDATA[$this->mapper]]></code>
</InternalProperty>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php">
<MixedPropertyTypeCoercion>
<code>$items</code>
</MixedPropertyTypeCoercion>
</file>
<files psalm-version="5.x-dev@f9f8bacdf1d1931d10c208401aa3189d1958d182">
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php">
<MixedAssignment>
<code>$returnType</code>
<code><![CDATA[$this->attrGroups]]></code>
<code><![CDATA[$this->byRef]]></code>
<code><![CDATA[$this->expr]]></code>
<code><![CDATA[$this->params]]></code>
<code><![CDATA[$this->returnType]]></code>
<code><![CDATA[$this->static]]></code>
</MixedAssignment>
<PossiblyUndefinedStringArrayOffset>
<code><![CDATA[$subNodes['expr']]]></code>
</PossiblyUndefinedStringArrayOffset>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php">
<MixedAssignment>
<code>$returnType</code>
<code><![CDATA[$this->attrGroups]]></code>
<code><![CDATA[$this->byRef]]></code>
<code><![CDATA[$this->params]]></code>
<code><![CDATA[$this->returnType]]></code>
<code><![CDATA[$this->static]]></code>
<code><![CDATA[$this->stmts]]></code>
<code><![CDATA[$this->uses]]></code>
</MixedAssignment>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php">
<MixedPropertyTypeCoercion>
<code>$items</code>
</MixedPropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php">
<PropertyTypeCoercion>
<code>$parts</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/MatchArm.php">
<PropertyTypeCoercion>
<code>$conds</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Name.php">
<MissingConstructor>
<code>$parts</code>
<code>$parts</code>
<code>$parts</code>
</MissingConstructor>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php">
<PropertyTypeCoercion>
<code>$stmts</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php">
<PropertyTypeCoercion>
<code>$stmts</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php">
<MixedAssignment>
<code>$returnType</code>
<code><![CDATA[$this->attrGroups]]></code>
<code><![CDATA[$this->byRef]]></code>
<code><![CDATA[$this->flags]]></code>
<code><![CDATA[$this->params]]></code>
<code><![CDATA[$this->returnType]]></code>
<code><![CDATA[$this->stmts]]></code>
</MixedAssignment>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php">
<MixedAssignment>
<code><![CDATA[$this->attrGroups]]></code>
<code><![CDATA[$this->extends]]></code>
<code><![CDATA[$this->flags]]></code>
<code><![CDATA[$this->implements]]></code>
<code><![CDATA[$this->stmts]]></code>
</MixedAssignment>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php">
<PropertyTypeCoercion>
<code>$stmts</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php">
<PropertyTypeCoercion>
<code>$stmts</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php">
<PropertyTypeCoercion>
<code>$stmts</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php">
<PropertyTypeCoercion>
<code>$stmts</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php">
<MixedAssignment>
<code><![CDATA[$this->cond]]></code>
<code><![CDATA[$this->init]]></code>
<code><![CDATA[$this->loop]]></code>
<code><![CDATA[$this->stmts]]></code>
</MixedAssignment>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php">
<MixedAssignment>
<code><![CDATA[$this->byRef]]></code>
<code><![CDATA[$this->keyVar]]></code>
<code><![CDATA[$this->stmts]]></code>
</MixedAssignment>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php">
<MixedAssignment>
<code>$returnType</code>
<code><![CDATA[$this->attrGroups]]></code>
<code><![CDATA[$this->byRef]]></code>
<code><![CDATA[$this->params]]></code>
<code><![CDATA[$this->returnType]]></code>
<code><![CDATA[$this->stmts]]></code>
</MixedAssignment>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php">
<MixedAssignment>
<code><![CDATA[$this->else]]></code>
<code><![CDATA[$this->elseifs]]></code>
<code><![CDATA[$this->stmts]]></code>
</MixedAssignment>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php">
<MixedAssignment>
<code><![CDATA[$this->attrGroups]]></code>
<code><![CDATA[$this->extends]]></code>
<code><![CDATA[$this->stmts]]></code>
</MixedAssignment>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php">
<PropertyTypeCoercion>
<code>$stmts</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php">
<MixedAssignment>
<code><![CDATA[$this->attrGroups]]></code>
<code><![CDATA[$this->stmts]]></code>
</MixedAssignment>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php">
<PropertyTypeCoercion>
<code>$stmts</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php">
<PropertyTypeCoercion>
<code>$stmts</code>
</PropertyTypeCoercion>
</file>
<file src="vendor/symfony/console/Command/Command.php">
<InternalClass>
<code>static::getDefaultDescription()</code>
<code>static::getDefaultDescription()</code>
<code>static::getDefaultDescription()</code>
<code>static::getDefaultName()</code>
<code>static::getDefaultName()</code>
<code>static::getDefaultName()</code>
</InternalClass>
<PossiblyNullArgument>
<code>$name</code>
</PossiblyNullArgument>
</file>
<file src="examples/TemplateChecker.php">
<PossiblyUndefinedIntArrayOffset>
<code><![CDATA[$comment_block->tags['variablesfrom'][0]]]></code>
Expand Down Expand Up @@ -1277,12 +1101,6 @@
<code><![CDATA[$this->vars_to_initialize]]></code>
</RiskyTruthyFalsyComparison>
</file>
<file src="src/Psalm/Internal/Cache.php">
<UnusedPsalmSuppress>
<code>UndefinedFunction</code>
<code>UndefinedFunction</code>
</UnusedPsalmSuppress>
</file>
<file src="src/Psalm/Internal/Cli/LanguageServer.php">
<RiskyTruthyFalsyComparison>
<code>!$root_path</code>
Expand Down

0 comments on commit e72ad06

Please sign in to comment.