Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 20, 2023
1 parent 0f4fb72 commit 1441408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Integration/Translation/TranslatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function testItCanHandleMissingKeysUsingCallback()
{
$this->app['translator']->handleMissingKeysUsing(function ($key) {
$_SERVER['__missing_translation_key'] = $key;

return 'callback key';
});

Expand Down

0 comments on commit 1441408

Please sign in to comment.