style: run linter

This commit is contained in:
jordanbrauer
2021-07-21 20:43:21 -05:00
parent 60c0ad006f
commit b6012862c4

View File

@ -6,7 +6,7 @@ global $globalHook;
// 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;