Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Aug 18, 2024
1 parent ec699cc commit 2965aa9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Screen/Screen.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 2965aa9

Please sign in to comment.