Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 18, 2022
1 parent 200fb25 commit e1e3810
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Caching/Cache.load.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ Assert::same($dependencies, $data['dependencies']);
// load twice with fallback, pass dependencies
function fallback(&$deps)
{
global $dependencies;
$deps = $dependencies;
$deps = $GLOBALS['dependencies'];
return 'value';
}

Expand Down

0 comments on commit e1e3810

Please sign in to comment.