mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 13:28:18 +01:00
Updated Rector to commit 51136152e5d8533b329e5121c757568eedbf9f32
51136152e5
[scoper] remove documented rule interface use import, to make contract clear
This commit is contained in:
parent
2c612f79da
commit
b28f8ae07b
@ -19,12 +19,12 @@ final class VersionResolver
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const PACKAGE_VERSION = '7cbd858fb5aab0536c37c54a3ffc600ce82865be';
|
||||
public const PACKAGE_VERSION = '51136152e5d8533b329e5121c757568eedbf9f32';
|
||||
/**
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const RELEASE_DATE = '2024-12-03 19:59:23';
|
||||
public const RELEASE_DATE = '2024-12-03 20:04:01';
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
|
@ -6,7 +6,6 @@ namespace Rector\Contract\Rector;
|
||||
use PhpParser\Node;
|
||||
use PhpParser\NodeTraverser;
|
||||
use PhpParser\NodeVisitor;
|
||||
use Symplify\RuleDocGenerator\Contract\DocumentedRuleInterface;
|
||||
interface RectorInterface extends NodeVisitor
|
||||
{
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user