Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalheidmann-check24 committed Jun 24, 2022
1 parent 14dabec commit bf4666b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Money\Currency;
use PhpParser\Node;
use PhpParser\Node\Expr\MethodCall;
use PHPStan\Type\Type;
use PHPStan\Type\TypeWithClassName;
use Rector\Core\Rector\AbstractRector;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
Expand Down
3 changes: 1 addition & 2 deletions src/Rule/MultiplyAndDivideByStringRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use PhpParser\Node\Scalar\String_;
use PHPStan\Analyser\MutatingScope;
use PHPStan\Type\FloatType;
use PHPStan\Type\Type;
use PHPStan\Type\TypeWithClassName;
use Rector\Core\Contract\Rector\AllowEmptyConfigurableRectorInterface;
use Rector\Core\PhpParser\AstResolver;
Expand All @@ -32,7 +31,7 @@ final class MultiplyAndDivideByStringRector extends AbstractRector implements Al
{
public const PRECISION = 'precision';

private int $precision = 5;
private int $precision;

private AstResolver $astResolver;

Expand Down

0 comments on commit bf4666b

Please sign in to comment.