Skip to content

Commit 2c54b32

Browse files
committed
AC-1314: Fix copyright sniff
1 parent 95f699c commit 2c54b32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Magento2/Sniffs/Legacy/CopyrightAnotherExtensionsFilesSniff.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ class CopyrightAnotherExtensionsFilesSniff implements Sniff
1818
private const COPYRIGHT_MAGENTO_TEXT = 'Copyright © Magento, Inc. All rights reserved.';
1919
private const COPYRIGHT_ADOBE = '/Copyright \d+ Adobe/';
2020

21+
/**
22+
* Defines the tokenizers that this sniff is using.
23+
*
24+
* @var array
25+
*/
2126
public $supportedTokenizers = [TokenizerSymbolsInterface::TOKENIZER_CSS, 'PHP'];
2227

2328
/**

0 commit comments

Comments
 (0)