Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffycondor committed Jul 25, 2022
1 parent 462ce71 commit b1295d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Psalm/Internal/Analyzer/FunctionLikeAnalyzer.php
Expand Up @@ -65,8 +65,6 @@
use function array_merge;
use function array_search;
use function array_values;
use function assert;
use function class_exists;
use function count;
use function end;
use function in_array;
Expand Down
2 changes: 1 addition & 1 deletion stubs/Php80.phpstub
Expand Up @@ -102,4 +102,4 @@ class DatePeriod implements IteratorAggregate

/** @psalm-return (Start is string ? (Traversable<int, DateTime>&Iterator) : (Traversable<int, Start>&Iterator)) */
public function getIterator(): Iterator {}
}
}

0 comments on commit b1295d6

Please sign in to comment.