Skip to content

Commit

Permalink
Add type to the class constant
Browse files Browse the repository at this point in the history
Missed in #277
  • Loading branch information
spaze committed Feb 16, 2024
1 parent 991115b commit 1e10bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/app/Www/Presenters/RedirectPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class RedirectPresenter extends BasePresenter
{

private const GOOD_NIGHT = 5;
private const int GOOD_NIGHT = 5;


public function __construct(
Expand Down

0 comments on commit 1e10bf5

Please sign in to comment.