Skip to content

Commit

Permalink
remove PositiveNumeric assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jan 23, 2022
1 parent e9ac465 commit 47e3ea4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Psalm/Internal/Type/SimpleAssertionReconciler.php
Expand Up @@ -39,7 +39,6 @@
use Psalm\Type\Atomic\TCallableString;
use Psalm\Type\Atomic\TClassConstant;
use Psalm\Type\Atomic\TClassString;
use Psalm\Type\Atomic\TFalse;
use Psalm\Type\Atomic\TFloat;
use Psalm\Type\Atomic\TGenericObject;
use Psalm\Type\Atomic\TInt;
Expand All @@ -62,7 +61,6 @@
use Psalm\Type\Atomic\TNonEmptyString;
use Psalm\Type\Atomic\TNonFalsyString;
use Psalm\Type\Atomic\TNonspecificLiteralString;
use Psalm\Type\Atomic\TNull;
use Psalm\Type\Atomic\TNumeric;
use Psalm\Type\Atomic\TNumericString;
use Psalm\Type\Atomic\TObject;
Expand All @@ -80,7 +78,6 @@
use function count;
use function explode;
use function get_class;
use function max;
use function min;
use function strpos;

Expand Down

0 comments on commit 47e3ea4

Please sign in to comment.