Skip to content

Commit

Permalink
Merge branch 'Add-PHPStan' of github.com:thedevdojo/auth into Add-PHP…
Browse files Browse the repository at this point in the history
…Stan
  • Loading branch information
tnylea committed May 19, 2024
2 parents f6b64d2 + da2a7fc commit 2281a41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/PHPStan/Extensions/ConfigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

namespace Devdojo\Auth\PHPStan\Extensions;

use PHPStan\Broker\Broker;
use PHPStan\Analyser\Scope;
use PHPStan\Reflection\MethodReflection;
use PHPStan\Type\DynamicMethodReturnTypeExtension;
use PHPStan\Type\ObjectType;
use PHPStan\Type\Type;
use PHPStan\Reflection\MethodReflection;
use PHPStan\Analyser\Scope;

class ConfigExtension implements DynamicMethodReturnTypeExtension
{
Expand Down

0 comments on commit 2281a41

Please sign in to comment.