Skip to content

Commit

Permalink
Merge pull request magento#145 from magento/PHPDocFormattingValidator…
Browse files Browse the repository at this point in the history
…-not-found

Using coding standard as s reference is causing error
  • Loading branch information
lenaorobei authored Sep 29, 2019
2 parents 7813049 + 0f59dca commit f062ab4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright © Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento2\Sniffs\Commenting;
namespace Magento2\Helpers\Commenting;

use PHP_CodeSniffer\Files\File;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/
namespace Magento2\Sniffs\Commenting;

use Magento2\Helpers\Commenting\PHPDocFormattingValidator;
use PHP_CodeSniffer\Sniffs\Sniff;
use PHP_CodeSniffer\Files\File;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
namespace Magento2\Sniffs\Commenting;

use Magento2\Helpers\Commenting\PHPDocFormattingValidator;
use PHP_CodeSniffer\Sniffs\Sniff;
use PHP_CodeSniffer\Files\File;

Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"autoload": {
"classmap": [
"PHP_CodeSniffer/Tokenizers/"
]
],
"psr-4": {
"Magento2\\": "Magento2/"
}
},
"scripts": {
"post-install-cmd": "vendor/bin/phpcs --config-set installed_paths ../../..",
Expand Down

0 comments on commit f062ab4

Please sign in to comment.