Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Oct 10, 2022
1 parent 26f9b2c commit 264e146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Type/TypeExpander.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static function expandUnion(
* @param-out Atomic $return_type
* @return non-empty-list<Atomic>
*
* @psalm-suppress ConflictingReferenceConstraint, ReferenceConstraintViolation Ultimately, the output type is always an Atomic
* @psalm-suppress ConflictingReferenceConstraint, ReferenceConstraintViolation The output type is always Atomic
* @psalm-suppress ComplexMethod
*/
public static function expandAtomic(
Expand Down

0 comments on commit 264e146

Please sign in to comment.