rector/src/Contract/Rector/DeprecatedRectorInterface.php
Tomas Votruba f923fd0998 Updated Rector to commit 43dd2efc5d663bc16327911fe31c6f6ecf60e753
43dd2efc5d Remove deprecated ReturnTypeDeclarationRector, TypedPropertyRector, ParamTypeDeclarationRector rules (#3350)
2023-02-06 19:23:07 +00:00

12 lines
166 B
PHP

<?php
declare (strict_types=1);
namespace Rector\Core\Contract\Rector;
/**
* @api to mark future Rectors as deprecated
*/
interface DeprecatedRectorInterface
{
}