Skip to content

Commit

Permalink
Correct code sniffs.
Browse files Browse the repository at this point in the history
Make the sniffer 😄.
  • Loading branch information
beporter authored Oct 3, 2016
1 parent 6f77343 commit f3e35fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Shell/ConfigReadShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ protected function iterateOnKey($key, $val) {
// Base case.
if (!is_array($val)) {
$this->printVal($key, $val);

return;
}

Expand Down Expand Up @@ -407,6 +408,7 @@ public function getOptionParser() {
->epilog(
__('Provide the Key.name(s) to fetch from Configure::read() as arguments. Multiple keys may be specified, separated by spaces.')
);

return $parser;
}
}

0 comments on commit f3e35fc

Please sign in to comment.