From 403195c20d07087628c07e1b19f27bdb0eddfc49 Mon Sep 17 00:00:00 2001 From: nikuscs Date: Sat, 20 Jul 2024 18:31:45 +0000 Subject: [PATCH] Fix styling --- src/Helpers/Saloon/FixtureExtended.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Helpers/Saloon/FixtureExtended.php b/src/Helpers/Saloon/FixtureExtended.php index 5efbc6a..d4d343e 100644 --- a/src/Helpers/Saloon/FixtureExtended.php +++ b/src/Helpers/Saloon/FixtureExtended.php @@ -39,6 +39,7 @@ public function replacePath(string $path, mixed $value): static /** * Replace multiple paths in the body response + * * @param array $paths */ public function replacePaths(array $paths): static @@ -60,7 +61,8 @@ public function replaceString(string $key, mixed $value): static /** * Replace multiple strings in the body response - * @param array $strings + * + * @param array $strings */ public function replaceStrings(array $strings = []): static {