From e8ea05dafe2f9cc6806adefd0c117ccfffd413c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Wed, 19 Apr 2023 13:52:53 -0700 Subject: [PATCH] spacing --- src/Command/Processor/ProcessorChain.php | 8 ++++---- src/Session/Handler.php | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Command/Processor/ProcessorChain.php b/src/Command/Processor/ProcessorChain.php index 30589556..1ce915e2 100644 --- a/src/Command/Processor/ProcessorChain.php +++ b/src/Command/Processor/ProcessorChain.php @@ -93,7 +93,7 @@ class ProcessorChain implements ArrayAccess, ProcessorInterface } /** - * @param int $index + * @param int $index * @return bool */ #[ReturnTypeWillChange] @@ -103,7 +103,7 @@ class ProcessorChain implements ArrayAccess, ProcessorInterface } /** - * @param int $index + * @param int $index * @return ProcessorInterface */ #[ReturnTypeWillChange] @@ -113,7 +113,7 @@ class ProcessorChain implements ArrayAccess, ProcessorInterface } /** - * @param int $index + * @param int $index * @param ProcessorInterface $processor * @return void */ @@ -130,7 +130,7 @@ class ProcessorChain implements ArrayAccess, ProcessorInterface } /** - * @param int $index + * @param int $index * @return void */ #[ReturnTypeWillChange] diff --git a/src/Session/Handler.php b/src/Session/Handler.php index 7b91a5ee..68c87378 100644 --- a/src/Session/Handler.php +++ b/src/Session/Handler.php @@ -75,7 +75,7 @@ class Handler implements SessionHandlerInterface } /** - * @param int $maxlifetime + * @param int $maxlifetime * @return bool */ #[ReturnTypeWillChange] @@ -113,7 +113,7 @@ class Handler implements SessionHandlerInterface } /** - * @param string $session_id + * @param string $session_id * @return bool */ #[ReturnTypeWillChange]