From 35ba53ccce50cf2aed43e867e6e57ca6b4b6f307 Mon Sep 17 00:00:00 2001 From: andrey-helldar <10347617+andrey-helldar@users.noreply.github.com> Date: Fri, 5 Sep 2025 23:18:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20The=20code=20style=20has=20been?= =?UTF-8?q?=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Services/GeneratorService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/GeneratorService.php b/src/Services/GeneratorService.php index aae996f..2438565 100644 --- a/src/Services/GeneratorService.php +++ b/src/Services/GeneratorService.php @@ -45,7 +45,7 @@ public function feed(Feed $feed, ?OutputStyle $output = null): void $this->release($file, $path); - $this->setLastActivity($feed); + $this->setLastActivity($feed); $this->setLastActivity($feed); } catch (Throwable $e) { throw new FeedGenerationException(get_class($feed), $e);