Commit c842016
File tree
3 files changed
+40
-2
lines changedFilter options
- src/Symfony/Component/RateLimiter
- Tests
- Util
3 files changed
+40
-2
lines changedsrc/Symfony/Component/RateLimiter/RateLimiterFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/RateLimiterFactory.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
73 | 77 |
|
74 | 78 |
|
75 | 79 |
|
|
src/Symfony/Component/RateLimiter/Tests/RateLimiterFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/Tests/RateLimiterFactoryTest.php+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
79 | 113 |
|
src/Symfony/Component/RateLimiter/Util/TimeUtil.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/Util/TimeUtil.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
0 commit comments