Skip to content

Commit

Permalink
Apply php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Apr 19, 2024
1 parent c9bf792 commit b09d668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -20,7 +20,7 @@ public function __construct(
/** @var 0|positive-int */
private int $window,
/** @var 0|positive-int|null */
private int|null $leeway,
private ?int $leeway,
) {
}

Expand Down
Expand Up @@ -20,7 +20,7 @@ public function __construct(
/** @var 0|positive-int */
private int $window,
/** @var 0|positive-int|null */
private int|null $leeway,
private ?int $leeway,
) {
}

Expand Down

0 comments on commit b09d668

Please sign in to comment.