Merge remote-tracking branch 'origin/feature/46-automated-testing' into feature/gitlab-ci
This commit is contained in:
commit
56f5578a1f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class Typo3Update_Sniffs_LegacyClassnames_MissingVendorForPluginsAndModulesSniff
|
||||||
if ($fix === true) {
|
if ($fix === true) {
|
||||||
$phpcsFile->fixer->replaceToken(
|
$phpcsFile->fixer->replaceToken(
|
||||||
$firstArgument,
|
$firstArgument,
|
||||||
"'{Options::getVendor()}.' . {$tokens[$firstArgument]['content']}"
|
"'" . Options::getVendor() . ".' . " . $tokens[$firstArgument]['content']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue