File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4
4
* Copyright © Magento. All rights reserved.
5
5
* See COPYING.txt for license details.
6
6
*/
7
- namespace Magento2 \Sniffs \Commenting ;
7
+ namespace Magento2 \Helpers \Commenting ;
8
8
9
9
use PHP_CodeSniffer \Files \File ;
10
10
Original file line number Diff line number Diff line change 6
6
*/
7
7
namespace Magento2 \Sniffs \Commenting ;
8
8
9
+ use Magento2 \Helpers \Commenting \PHPDocFormattingValidator ;
9
10
use PHP_CodeSniffer \Sniffs \Sniff ;
10
11
use PHP_CodeSniffer \Files \File ;
11
12
Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento2 \Sniffs \Commenting ;
7
7
8
+ use Magento2 \Helpers \Commenting \PHPDocFormattingValidator ;
8
9
use PHP_CodeSniffer \Sniffs \Sniff ;
9
10
use PHP_CodeSniffer \Files \File ;
10
11
Original file line number Diff line number Diff line change 18
18
"autoload" : {
19
19
"classmap" : [
20
20
" PHP_CodeSniffer/Tokenizers/"
21
- ]
21
+ ],
22
+ "psr-4" : {
23
+ "Magento2\\ " : " Magento2/"
24
+ }
22
25
},
23
26
"scripts" : {
24
27
"post-install-cmd" : " vendor/bin/phpcs --config-set installed_paths ../../.." ,
You can’t perform that action at this time.
0 commit comments