Skip to content

Commit a0bbb68

Browse files
committed
cs
1 parent 1d675f7 commit a0bbb68

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/Rules/DoctrineKeyValueStyleRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use PHPStan\Analyser\Scope;
1313
use PHPStan\Rules\IdentifierRuleError;
1414
use PHPStan\Rules\Rule;
15-
use PHPStan\Rules\RuleError;
1615
use PHPStan\Rules\RuleErrorBuilder;
1716
use PHPStan\ShouldNotHappenException;
1817
use PHPStan\Type\IntegerRangeType;

src/Rules/PdoStatementExecuteMethodRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use PHPStan\Reflection\MethodReflection;
1212
use PHPStan\Rules\IdentifierRuleError;
1313
use PHPStan\Rules\Rule;
14-
use PHPStan\Rules\RuleError;
1514
use PHPStan\Rules\RuleErrorBuilder;
1615
use PHPStan\Type\Constant\ConstantArrayType;
1716
use PHPStan\Type\Constant\ConstantIntegerType;

src/Rules/QueryPlanAnalyzerRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use PHPStan\Analyser\Scope;
1313
use PHPStan\Rules\IdentifierRuleError;
1414
use PHPStan\Rules\Rule;
15-
use PHPStan\Rules\RuleError;
1615
use PHPStan\Rules\RuleErrorBuilder;
1716
use PHPStan\ShouldNotHappenException;
1817
use PHPStan\Type\ObjectType;

src/Rules/SyntaxErrorInDibiPreparedStatementMethodRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use PHPStan\Reflection\MethodReflection;
1414
use PHPStan\Rules\IdentifierRuleError;
1515
use PHPStan\Rules\Rule;
16-
use PHPStan\Rules\RuleError;
1716
use PHPStan\Rules\RuleErrorBuilder;
1817
use PHPStan\ShouldNotHappenException;
1918
use PHPStan\Type\Constant\ConstantArrayType;

src/Rules/SyntaxErrorInPreparedStatementMethodRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use PHPStan\Analyser\Scope;
1313
use PHPStan\Rules\IdentifierRuleError;
1414
use PHPStan\Rules\Rule;
15-
use PHPStan\Rules\RuleError;
1615
use PHPStan\Rules\RuleErrorBuilder;
1716
use PHPStan\ShouldNotHappenException;
1817
use PHPStan\Type\ObjectType;

0 commit comments

Comments
 (0)