File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 *
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-
3434class PropertyCommentUnitTest extends AbstractSniffUnitTest
3535{
3636
Original file line number Diff line number Diff line change 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 *
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-
3434class VariableInDoubleQuotedStringUnitTest extends AbstractSniffUnitTest
3535{
3636
You can’t perform that action at this time.
0 commit comments