Skip to content

Commit 6f8c292

Browse files
committed
Code sniff cleanup.
1 parent 9bc6a86 commit 6f8c292

4 files changed

Lines changed: 185 additions & 198 deletions

File tree

phpunit.xml.dist

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
3-
backupGlobals="false"
4-
backupStaticAttributes="false"
5-
colors="true"
6-
processIsolation="false"
7-
stopOnFailure="false"
8-
syntaxCheck="false"
9-
bootstrap="./tests/bootstrap.php"
3+
backupGlobals="false"
4+
backupStaticAttributes="false"
5+
colors="true"
6+
processIsolation="false"
7+
stopOnFailure="false"
8+
syntaxCheck="false"
9+
bootstrap="./tests/bootstrap.php"
1010
>
1111

12-
<testsuites>
13-
<testsuite name="ConfigReadShell Test Suite">
14-
<directory>./tests/TestCase</directory>
15-
</testsuite>
16-
</testsuites>
12+
<testsuites>
13+
<testsuite name="ConfigReadShell Test Suite">
14+
<directory>./tests/TestCase</directory>
15+
</testsuite>
16+
</testsuites>
1717

18-
<!-- Prevent coverage reports from looking in tests and vendors -->
19-
<filter>
20-
<blacklist>
21-
<directory suffix=".php">./vendor/</directory>
22-
<directory suffix=".ctp">./vendor/</directory>
18+
<!-- Prevent coverage reports from looking in tests and vendors -->
19+
<filter>
20+
<blacklist>
21+
<directory suffix=".php">./vendor/</directory>
22+
<directory suffix=".ctp">./vendor/</directory>
2323

24-
<directory suffix=".php">./tests/</directory>
25-
<directory suffix=".ctp">./tests/</directory>
26-
</blacklist>
27-
</filter>
24+
<directory suffix=".php">./tests/</directory>
25+
<directory suffix=".ctp">./tests/</directory>
26+
</blacklist>
27+
</filter>
2828

2929
</phpunit>

src/Shell/ConfigReadShell.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Cake\Console\Shell;
1010
use Cake\Core\Configure;
1111

12-
1312
/**
1413
* ConfigReadShell class.
1514
*
@@ -156,8 +155,8 @@ protected function printVal($key, $val) {
156155
*
157156
* Processing command line options.
158157
*
159-
* @access public
160-
* @return void
158+
* @access public
159+
* @return CosnsoleOptionParser
161160
* @codeCoverageIgnore
162161
*/
163162
public function getOptionParser() {

0 commit comments

Comments
 (0)