From 1432ce3cbb8fbc8dc6c272bef7a34044716120ae Mon Sep 17 00:00:00 2001 From: Sergii Pavlenko Date: Wed, 30 Jan 2019 16:40:45 +0100 Subject: [PATCH] OPENEUROPA-1569: Code style fixes. --- src/Commands/AbstractDrupalCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/AbstractDrupalCommands.php b/src/Commands/AbstractDrupalCommands.php index 28305570..e8840f22 100644 --- a/src/Commands/AbstractDrupalCommands.php +++ b/src/Commands/AbstractDrupalCommands.php @@ -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), ];