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

Commit 4be56a0

Browse files
committed
Removed comment
1 parent aa492f2 commit 4be56a0

File tree

27 files changed

+7
-167
lines changed

27 files changed

+7
-167
lines changed

src/Command/All.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* Composer Plugin QA.
5-
*
6-
* @author Webysther Nunes <[email protected]>
7-
*/
8-
93
namespace Webs\QA\Command;
104

115
use Composer\Command\BaseCommand;

src/Command/CodeBeautifierFixer/CBF.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* Composer Plugin QA.
5-
*
6-
* @author Webysther Nunes <[email protected]>
7-
*/
8-
93
namespace Webs\QA\Command\CodeBeautifierFixer;
104

115
/**

src/Command/CodeBeautifierFixer/CodeBeautifierFixer.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* Composer Plugin QA.
5-
*
6-
* @author Webysther Nunes <[email protected]>
7-
*/
8-
93
namespace Webs\QA\Command\CodeBeautifierFixer;
104

115
use Composer\Command\BaseCommand;

src/Command/CodeCoverage/CC.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* Composer Plugin QA.
5-
*
6-
* @author Webysther Nunes <[email protected]>
7-
*/
8-
93
namespace Webs\QA\Command\CodeCoverage;
104

115
/**

src/Command/CodeCoverage/CodeCoverage.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* Composer Plugin QA.
5-
*
6-
* @author Webysther Nunes <[email protected]>
7-
*/
8-
93
namespace Webs\QA\Command\CodeCoverage;
104

115
use Composer\Command\BaseCommand;

src/Command/CodeSniffer/CS.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* Composer Plugin QA.
5-
*
6-
* @author Webysther Nunes <[email protected]>
7-
*/
8-
93
namespace Webs\QA\Command\CodeSniffer;
104

115
/**

src/Command/CodeSniffer/CodeSniffer.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* Composer Plugin QA.
5-
*
6-
* @author Webysther Nunes <[email protected]>
7-
*/
8-
93
namespace Webs\QA\Command\CodeSniffer;
104

115
use Composer\Command\BaseCommand;

src/Command/CopyPasteDetector/CPD.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* Composer Plugin QA.
5-
*
6-
* @author Webysther Nunes <[email protected]>
7-
*/
8-
93
namespace Webs\QA\Command\CopyPasteDetector;
104

115
/**

src/Command/CopyPasteDetector/CopyPasteDetector.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* Composer Plugin QA.
5-
*
6-
* @author Webysther Nunes <[email protected]>
7-
*/
8-
93
namespace Webs\QA\Command\CopyPasteDetector;
104

115
use Composer\Command\BaseCommand;

src/Command/Fixer.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
/**
4-
* Composer Plugin QA.
5-
*
6-
* @author Webysther Nunes <[email protected]>
7-
*/
8-
93
namespace Webs\QA\Command;
104

115
use Composer\Command\BaseCommand;

0 commit comments

Comments
 (0)