Skip to content

Commit afceadd

Browse files
xaloppmmoll
authored andcommitted
Fix class doc block in tests
1 parent 866148d commit afceadd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

MO4/Tests/Commenting/PropertyCommentUnitTest.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
* @link https://github.com/Mayflower/mo4-coding-standard
1414
*/
1515

16+
namespace MO4\Tests\Commenting;
17+
18+
use PHP_CodeSniffer\Exceptions\RuntimeException;
19+
use PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest;
20+
1621
/**
1722
* Unit test class for the AlphabeticalUseStatements sniff.
1823
*
@@ -26,11 +31,6 @@
2631
* @license http://spdx.org/licenses/MIT MIT License
2732
* @link https://github.com/Mayflower/mo4-coding-standard
2833
*/
29-
namespace MO4\Tests\Commenting;
30-
31-
use PHP_CodeSniffer\Exceptions\RuntimeException;
32-
use PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest;
33-
3434
class PropertyCommentUnitTest extends AbstractSniffUnitTest
3535
{
3636

MO4/Tests/Strings/VariableInDoubleQuotedStringUnitTest.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
* @link https://github.com/Mayflower/mo4-coding-standard
1414
*/
1515

16+
namespace MO4\Tests\Strings;
17+
18+
use PHP_CodeSniffer\Exceptions\RuntimeException;
19+
use PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest;
20+
1621
/**
1722
* Unit test class for the VariableInDoubleQuotedString sniff.
1823
*
@@ -26,11 +31,6 @@
2631
* @license http://spdx.org/licenses/MIT MIT License
2732
* @link https://github.com/Mayflower/mo4-coding-standard
2833
*/
29-
namespace MO4\Tests\Strings;
30-
31-
use PHP_CodeSniffer\Exceptions\RuntimeException;
32-
use PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest;
33-
3434
class VariableInDoubleQuotedStringUnitTest extends AbstractSniffUnitTest
3535
{
3636

0 commit comments

Comments
 (0)