add @todo dynamic note

This commit is contained in:
TomasVotruba 2018-02-22 20:59:10 +01:00
parent 3897887862
commit ac4c606e13

View File

@ -10,6 +10,9 @@ use Rector\NodeChanger\IdentifierRenamer;
use Rector\Rector\AbstractRector;
/**
* @todo - turn to dynamic -> rename method + add arg
* then drop this too specific one
*
* Before::
* - $myControl->validateControl(?$snippet)
*