TASK: CS fixes
This commit is contained in:
parent
06a45a528a
commit
c8f6917b38
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ use Typo3Update\Sniffs\Removed\AbstractGenericPhpUsage;
|
||||||
class Typo3Update_Sniffs_Removed_GenericHookSniff extends AbstractGenericPhpUsage
|
class Typo3Update_Sniffs_Removed_GenericHookSniff extends AbstractGenericPhpUsage
|
||||||
{
|
{
|
||||||
use ExtendedPhpCsSupportTrait;
|
use ExtendedPhpCsSupportTrait;
|
||||||
|
|
||||||
public function register()
|
public function register()
|
||||||
{
|
{
|
||||||
return PhpCsTokens::$stringTokens;
|
return PhpCsTokens::$stringTokens;
|
||||||
|
|
Loading…
Reference in a new issue