Skip to content

Commit f78037d

Browse files
committed
Updated return type for pull method in Settings.php
1 parent b539ce6 commit f78037d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function forget(string $key, ?string $context = null)
104104
/**
105105
* Retrieves a value from the persistent storage and removes it.
106106
*
107-
* @return void
107+
* @return mixed
108108
*/
109109
public function pull(string $key, ?string $context = null)
110110
{

0 commit comments

Comments
 (0)