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 {