Updated Rector to commit 51136152e5d8533b329e5121c757568eedbf9f32

51136152e5 [scoper] remove documented rule interface use import, to make contract clear
This commit is contained in:
Tomas Votruba 2024-12-03 19:06:21 +00:00
parent 2c612f79da
commit b28f8ae07b
2 changed files with 2 additions and 3 deletions

View File

@ -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
*/

View File

@ -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
{
/**