Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit 02457b8

Browse files
committed
Fixed space CS Fixer for PHP ^7.0
1 parent d89bdee commit 02457b8

File tree

26 files changed

+26
-0
lines changed

26 files changed

+26
-0
lines changed

src/Command/All.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Webysther Nunes <[email protected]>
77
*/
8+
89
namespace Webs\QA\Command;
910

1011
use Composer\Command\BaseCommand;

src/Command/CodeBeautifierFixer/CBF.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Webysther Nunes <[email protected]>
77
*/
8+
89
namespace Webs\QA\Command\CodeBeautifierFixer;
910

1011
/**

src/Command/CodeBeautifierFixer/CodeBeautifierFixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Webysther Nunes <[email protected]>
77
*/
8+
89
namespace Webs\QA\Command\CodeBeautifierFixer;
910

1011
use Composer\Command\BaseCommand;

src/Command/CodeCoverage/CC.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Webysther Nunes <[email protected]>
77
*/
8+
89
namespace Webs\QA\Command\CodeCoverage;
910

1011
/**

src/Command/CodeCoverage/CodeCoverage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Webysther Nunes <[email protected]>
77
*/
8+
89
namespace Webs\QA\Command\CodeCoverage;
910

1011
use Composer\Command\BaseCommand;

src/Command/CodeSniffer/CS.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Webysther Nunes <[email protected]>
77
*/
8+
89
namespace Webs\QA\Command\CodeSniffer;
910

1011
/**

src/Command/CodeSniffer/CodeSniffer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Webysther Nunes <[email protected]>
77
*/
8+
89
namespace Webs\QA\Command\CodeSniffer;
910

1011
use Composer\Command\BaseCommand;

src/Command/CopyPasteDetector/CPD.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Webysther Nunes <[email protected]>
77
*/
8+
89
namespace Webs\QA\Command\CopyPasteDetector;
910

1011
/**

src/Command/CopyPasteDetector/CopyPasteDetector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Webysther Nunes <[email protected]>
77
*/
8+
89
namespace Webs\QA\Command\CopyPasteDetector;
910

1011
use Composer\Command\BaseCommand;

src/Command/Fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Webysther Nunes <[email protected]>
77
*/
8+
89
namespace Webs\QA\Command;
910

1011
use Composer\Command\BaseCommand;

0 commit comments

Comments
 (0)