Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed May 11, 2020
1 parent 1125143 commit 96eca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Telescope/TelescopeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function run_after_store_callback()
{
$storedEntries = null;
$storedBatchId = null;
Telescope::afterStore(function (array $entries, $batchId) use(&$storedEntries, &$storedBatchId) {
Telescope::afterStore(function (array $entries, $batchId) use (&$storedEntries, &$storedBatchId) {
$storedEntries = $entries;
$storedBatchId = $batchId;

Expand Down

0 comments on commit 96eca34

Please sign in to comment.