Commit d0ded92
File tree
7 files changed
+33
-17
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- DependencyInjection
- Resources/config
- SecurityBundle/DependencyInjection/Security/Factory
- Component/RateLimiter
7 files changed
+33
-17
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1808 | 1808 |
|
1809 | 1809 |
|
1810 | 1810 |
|
1811 |
| - |
| 1811 | + |
1812 | 1812 |
|
1813 | 1813 |
|
1814 | 1814 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2254 | 2254 |
|
2255 | 2255 |
|
2256 | 2256 |
|
| 2257 | + |
| 2258 | + |
| 2259 | + |
2257 | 2260 |
|
2258 | 2261 |
|
2259 | 2262 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/rate_limiter.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/rate_limiter.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
18 | 22 |
|
19 | 23 |
|
20 | 24 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
80 |
| - |
81 | 79 |
|
82 | 80 |
|
83 | 81 |
|
|
src/Symfony/Component/RateLimiter/LimiterStateInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/LimiterStateInterface.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
15 | 21 |
|
16 | 22 |
|
17 | 23 |
|
18 | 24 |
|
19 |
| - |
| 25 | + |
20 | 26 |
|
21 | 27 |
|
22 | 28 |
|
|
src/Symfony/Component/RateLimiter/TokenBucket.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/TokenBucket.php+13-6Lines changed: 13 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
74 | 77 |
|
75 |
| - |
| 78 | + |
| 79 | + |
| 80 | + |
76 | 81 |
|
77 | 82 |
|
78 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
79 | 87 |
|
80 |
| - |
81 |
| - |
82 |
| - |
| 88 | + |
| 89 | + |
83 | 90 |
|
84 | 91 |
|
src/Symfony/Component/RateLimiter/Window.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/RateLimiter/Window.php+5-7Lines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
52 | 55 |
|
53 | 56 |
|
54 | 57 |
|
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
| 58 | + |
61 | 59 |
|
62 | 60 |
|
0 commit comments