Skip to content

Commit

Permalink
fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 25, 2022
1 parent bd241b9 commit 3c44879
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App/SessionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ public function atomicSession(\Closure $fx, bool $readAndCloseImmediately = fals
}
}

/**
* @param bool $found
*
* @return mixed
*/
protected function recallWithCache(string $namespace, string $key, &$found)
{
$found = false;
Expand Down

0 comments on commit 3c44879

Please sign in to comment.