Skip to content

Commit

Permalink
style: run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Jul 22, 2021
1 parent 60c0ad0 commit b601286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Hooks/BeforeAllTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// HACK: we have to determine our $globalHook->calls baseline. This is because
// two other tests are executed before this one due to filename ordering.
$args = $_SERVER['argv'] ?? [];
$args = $_SERVER['argv'] ?? [];
$single = isset($args[1]) && Str::endsWith(__FILE__, $args[1]);
$offset = $single ? 0 : 2;

Expand Down

0 comments on commit b601286

Please sign in to comment.