This commit is contained in:
TomasVotruba 2017-08-24 12:03:55 +02:00
parent 690454e274
commit 5cd643f279

View File

@ -17,21 +17,6 @@ final class HtmlAddMethodRector extends AbstractChangeMethodNameRector
return 2.4;
}
// protected function getClassName(): string
// {
// return 'Nette\Utils\Html';
// }
//
// protected function getOldMethodName(): string
// {
// return 'add';
// }
//
// protected function getNewMethodName(): string
// {
// return 'addHtml';
// }
/**
* @return string[][]
*/