Passed
Branch master (95adcc)
by Matthew
05:24
created
src/Psalm/Type/Atomic.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Psalm\StatementsSource;
10 10
 use Psalm\Type;
11 11
 use Psalm\Type\Atomic\ObjectLike;
12
-use Psalm\Type\Atomic\Scalar;
13 12
 use Psalm\Type\Atomic\TArray;
14 13
 use Psalm\Type\Atomic\TBool;
15 14
 use Psalm\Type\Atomic\TCallable;
Please login to merge, or discard this patch.
tests/UnusedCodeTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
      *
33 33
      * @param string $code
34 34
      * @param array<string, string> $assertions
35
-     * @param array<string> $error_levels
36 35
      *
37 36
      * @return void
38 37
      */
Please login to merge, or discard this patch.