Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Oct 12, 2023
1 parent 44fe904 commit 2d81031
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MysqliReflection/MysqliResultObjectType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
namespace staabm\PHPStanDba\MysqliReflection;

use mysqli_result;
use PHPStan\TrinaryLogic;
use PHPStan\Type\Generic\GenericObjectType;
use PHPStan\Type\Type;
use PHPStan\TrinaryLogic;

final class MysqliResultObjectType extends GenericObjectType
{
Expand Down Expand Up @@ -48,5 +48,4 @@ public function isSuperTypeOf(Type $type): TrinaryLogic

return parent::isSuperTypeOf($type);
}

}

0 comments on commit 2d81031

Please sign in to comment.