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/Repository.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/class/Flywheel/Repository.php') diff --git a/app/class/Flywheel/Repository.php b/app/class/Flywheel/Repository.php index d0b68eb..d34099f 100644 --- a/app/class/Flywheel/Repository.php +++ b/app/class/Flywheel/Repository.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