File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
dev/tools/Magento/Tools/StaticReview Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8
8
* For the full copyright and license information, please view the LICENSE
9
9
* file that was distributed with this source code.
10
10
*
11
- * @see http ://github.com/sjparkinson/static-review/blob/master/LICENSE.md
11
+ * @see https ://github.com/sjparkinson/static-review/blob/master/LICENSE
12
12
*/
13
13
$ included = include __DIR__ . '/../../../../../vendor/autoload.php ' ;
14
14
if (!$ included ) {
@@ -30,7 +30,6 @@ use StaticReview\Review\General\LineEndingsReview;
30
30
use StaticReview \Review \General \NoCommitTagReview ;
31
31
use StaticReview \Review \PHP \PhpLeadingLineReview ;
32
32
use StaticReview \Review \PHP \PhpLintReview ;
33
- use StaticReview \Review \PHP \PhpCodeSnifferReview ;
34
33
use Magento \Tools \StaticReview \PhpCsFixerReview ;
35
34
use StaticReview \StaticReview ;
36
35
use StaticReview \VersionControl \GitVersionControl ;
@@ -62,11 +61,11 @@ if ($reporter->hasIssues()) {
62
61
$ climate ->red ($ issue );
63
62
}
64
63
65
- $ climate ->out ('' )->red ('вњ Please fix the errors above. ' );
64
+ $ climate ->out ('' )->red ('✘ Please fix the errors above. ' );
66
65
67
66
exit (1 );
68
67
} else {
69
- $ climate ->out ('' )->green ('вњ” Looking good. ' )->white ('Have you tested everything? ' );
68
+ $ climate ->out ('' )->green ('✔ Looking good. ' )->white ('Have you tested everything? ' );
70
69
71
70
exit (0 );
72
71
}
You can’t perform that action at this time.
0 commit comments