Skip to content

Commit

Permalink
remove unused callback parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap van Otterdijk authored and Ocramius committed Dec 8, 2014
1 parent 9ae191a commit 1075196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Adapter/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function __construct($options = null)

// reset initialized flag on update option(s)
$initialized = & $this->initialized;
$this->getEventManager()->attach('option', function ($event) use (& $initialized) {
$this->getEventManager()->attach('option', function () use (& $initialized) {
$initialized = false;
});
}
Expand Down

0 comments on commit 1075196

Please sign in to comment.