parent
dcc2b43258
commit
c3358654fa
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class Typo3Update_Sniffs_LegacyClassnames_InlineCommentSniff implements PHP_Code
|
||||||
* @param string $classname
|
* @param string $classname
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getTokenForReplacement($classname)
|
protected function getTokenForReplacement($classname)
|
||||||
{
|
{
|
||||||
$token = explode(' ', $this->originalTokenContent);
|
$token = explode(' ', $this->originalTokenContent);
|
||||||
$token[3] = $classname;
|
$token[3] = $classname;
|
||||||
|
|
Loading…
Reference in a new issue