Skip to content

Commit

Permalink
Fixing Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Jun 11, 2024
1 parent 3c0c9ed commit 2b30634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Core/DefaultConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,5 @@ class DefaultConfig
/**
* @var int rate limit on auth requests
*/
public int $rateLimitAuth = 20;
public int $ratelimitAuth = 20;
}
2 changes: 1 addition & 1 deletion tests/Support/_generated/UnitTesterActions.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php //[STAMP] c0706f90cbbb170e743590e7949bee8f
<?php //[STAMP] b425f2b840373a28d5971ef11f8063fb
// phpcs:ignoreFile
namespace Tests\Support\_generated;

Expand Down

0 comments on commit 2b30634

Please sign in to comment.