Skip to content

Commit

Permalink
[Strict] Fix warning configurable rector rules on BooleanInTernaryOpe…
Browse files Browse the repository at this point in the history
…ratorRuleFixerRector (#3237)
  • Loading branch information
samsonasik committed Dec 22, 2022
1 parent 7f8f9f8 commit 72f57a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/Strict/Rector/AbstractFalsyScalarRuleFixerRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

namespace Rector\Strict\Rector;

use Rector\Core\Contract\Rector\ConfigurableRectorInterface;
use Rector\Core\Contract\Rector\AllowEmptyConfigurableRectorInterface;
use Rector\Core\Rector\AbstractRector;
use Webmozart\Assert\Assert;

/**
* @see \Rector\Tests\Strict\Rector\BooleanNot\BooleanInBooleanNotRuleFixerRector\BooleanInBooleanNotRuleFixerRectorTest
*/
abstract class AbstractFalsyScalarRuleFixerRector extends AbstractRector implements ConfigurableRectorInterface
abstract class AbstractFalsyScalarRuleFixerRector extends AbstractRector implements AllowEmptyConfigurableRectorInterface
{
/**
* @api
Expand Down

0 comments on commit 72f57a1

Please sign in to comment.