Skip to content

Commit

Permalink
OPENEUROPA-1569: Code style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergepavle committed Jan 31, 2019
1 parent 2fc1de6 commit 1432ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/AbstractDrupalCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public function permissionsSetup(array $options = [

// Define collection of tasks.
$collection = [
// Note that the chmod() method takes decimal values.
// Note that the chmod() method takes decimal values.
$this->taskFilesystemStack()->chmod($subdirPath, octdec(775), 0000, true),
];

Expand Down

0 comments on commit 1432ce3

Please sign in to comment.