Commit 3cd7726
committed
File tree
Expand file treeCollapse file tree
12 files changed
+116
-32
lines changedFilter options
- src/Symfony
- Bridge/ProxyManager
- LazyProxy/PhpDumper
- Legacy
- Tests/LazyProxy/PhpDumper
- Component
- Config/Tests/Definition/Builder
- Ldap/Tests
- Security
- Core/Resources/translations
- Guard/Tests
- Http/Tests
- Firewall
- RememberMe
- Translation/Tests/DependencyInjection
Expand file treeCollapse file tree
12 files changed
+116
-32
lines changed+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 |
| - |
| 139 | + |
| 140 | + |
140 | 141 |
|
141 | 142 |
|
142 | 143 |
|
|
src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
97 | 101 |
|
98 | 102 |
|
99 | 103 |
|
|
src/Symfony/Bridge/ProxyManager/Legacy/ProxiedMethodReturnExpression.php
Copy file name to clipboard+73Lines changed: 73 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php+15Lines changed: 15 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 |
|
| ||
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
62 | 77 |
|
63 | 78 |
|
64 | 79 |
|
|
src/Symfony/Bridge/ProxyManager/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
|
src/Symfony/Component/Config/Tests/Definition/Builder/NumericNodeDefinitionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Definition/Builder/NumericNodeDefinitionTest.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
25 |
| - |
| 24 | + |
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
33 |
| - |
| 32 | + |
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
| ||
84 | 83 |
|
85 | 84 |
|
86 | 85 |
|
87 |
| - |
| 86 | + |
88 | 87 |
|
89 | 88 |
|
90 | 89 |
|
src/Symfony/Component/Ldap/Tests/LdapTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Ldap/Tests/LdapTestCase.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf+17-13Lines changed: 17 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
32 | 36 |
|
33 | 37 |
|
34 | 38 |
|
35 |
| - |
| 39 | + |
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
39 |
| - |
| 43 | + |
40 | 44 |
|
41 | 45 |
|
42 | 46 |
|
| ||
48 | 52 |
|
49 | 53 |
|
50 | 54 |
|
51 |
| - |
| 55 | + |
52 | 56 |
|
53 | 57 |
|
54 | 58 |
|
55 |
| - |
| 59 | + |
56 | 60 |
|
57 | 61 |
|
58 | 62 |
|
59 |
| - |
| 63 | + |
60 | 64 |
|
61 | 65 |
|
62 | 66 |
|
63 |
| - |
| 67 | + |
64 | 68 |
|
65 | 69 |
|
66 | 70 |
|
|
src/Symfony/Component/Security/Guard/Tests/GuardAuthenticatorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/Tests/GuardAuthenticatorHandlerTest.php-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 | 92 |
|
100 | 93 |
|
101 | 94 |
|
|
src/Symfony/Component/Security/Http/Tests/Firewall/BasicAuthenticationListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Firewall/BasicAuthenticationListenerTest.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
79 |
| - |
80 | 78 |
|
81 | 79 |
|
82 | 80 |
|
|
src/Symfony/Component/Security/Http/Tests/RememberMe/AbstractRememberMeServicesTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/RememberMe/AbstractRememberMeServicesTest.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
128 | 127 |
|
129 | 128 |
|
130 | 129 |
|
|
src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationExtractorPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationExtractorPassTest.php-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
54 | 53 |
|
55 | 54 |
|
56 | 55 |
|
57 | 56 |
|
58 | 57 |
|
59 |
| - |
60 |
| - |
61 | 58 |
|
62 | 59 |
|
63 | 60 |
|
|
0 commit comments