Skip to content

Commit f3e35fc

Browse files
authored
Correct code sniffs.
Make the sniffer 😄.
1 parent 6f77343 commit f3e35fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Shell/ConfigReadShell.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ protected function iterateOnKey($key, $val) {
326326
// Base case.
327327
if (!is_array($val)) {
328328
$this->printVal($key, $val);
329+
329330
return;
330331
}
331332

@@ -407,6 +408,7 @@ public function getOptionParser() {
407408
->epilog(
408409
__('Provide the Key.name(s) to fetch from Configure::read() as arguments. Multiple keys may be specified, separated by spaces.')
409410
);
411+
410412
return $parser;
411413
}
412414
}

0 commit comments

Comments
 (0)