From 1c4182d9d88bb4471f86b08329f1b68a5290872b Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 17 Apr 2020 20:58:27 +0200 Subject: apply psr 12 part 2 --- app/class/Flywheel/Formatter/JSON.php | 3 ++- app/class/Flywheel/Predicate.php | 4 +++- app/class/Flywheel/Query.php | 1 + app/class/Flywheel/Repository.php | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) (limited to 'app/class/Flywheel') diff --git a/app/class/Flywheel/Formatter/JSON.php b/app/class/Flywheel/Formatter/JSON.php index 9659fcb..d55c3b6 100644 --- a/app/class/Flywheel/Formatter/JSON.php +++ b/app/class/Flywheel/Formatter/JSON.php @@ -1,4 +1,5 @@ operators = array( '>', '>=', '<', '<=', '==', '===', '!=', '!==', 'IN' ); diff --git a/app/class/Flywheel/Query.php b/app/class/Flywheel/Query.php index f002080..a3ccf36 100644 --- a/app/class/Flywheel/Query.php +++ b/app/class/Flywheel/Query.php @@ -1,4 +1,5 @@ formatter->getFileExtension(); - return array_map(function($path) use ($ext) { + return array_map(function ($path) use ($ext) { return $this->getIdFromPath($path, $ext); }, $this->getAllFiles()); } -- cgit v1.2.3