mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 00:48:57 +02:00
PSR-2 Fixer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user