PSR-2 Fixer

This commit is contained in:
Andrés Montañez
2015-04-12 16:13:06 -03:00
parent 288d7304be
commit a0f4920333
30 changed files with 68 additions and 131 deletions
@@ -158,7 +158,7 @@ class PermissionsTask extends AbstractTask
'R' => $this->recursive
);
foreach($options as $option => $apply) {
foreach ($options as $option => $apply) {
if ($apply === true) {
$optionsForCmd .= $option;
}