From 2965aa9a88d3b15aa7e61fe5a3bbe5b919c7ac45 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Sun, 18 Aug 2024 03:36:34 +0300 Subject: [PATCH] Improve comments --- src/Screen/Screen.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Screen/Screen.php b/src/Screen/Screen.php index 53b8e901c..89373597a 100644 --- a/src/Screen/Screen.php +++ b/src/Screen/Screen.php @@ -222,9 +222,11 @@ public function view(array|Repository $httpQueryArguments = []) } /** - * @throws \Laravel\SerializableClosure\Exceptions\PhpVersionNotSupportedException + * Serializes the current state of the screen into a string. + * + * @throws \Laravel\SerializableClosure\Exceptions\PhpVersionNotSupportedException If the PHP version is not supported for serialization. * - * @return string + * @return string The serialized state. */ protected function serializableState(): string {