Commit 4042cc4
committed
File tree
Expand file treeCollapse file tree
12 files changed
+56
-7
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Resources/config
- Component
- Cache
- Adapter
- Tests/Traits
- Routing
- Annotation
- Loader
- Configurator
- Tests
- Fixtures
- Loader
- Security/Core/Authentication/Provider
Expand file treeCollapse file tree
12 files changed
+56
-7
lines changedsrc/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
|
src/Symfony/Component/Cache/Adapter/FilesystemTagAwareAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/FilesystemTagAwareAdapter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
110 |
| - |
| 110 | + |
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
|
src/Symfony/Component/Cache/Tests/Traits/TagAwareTestTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Traits/TagAwareTestTrait.php+38Lines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
144 | 182 |
|
src/Symfony/Component/Routing/Annotation/Route.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Annotation/Route.php-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 |
| - |
36 |
| - |
37 | 34 |
|
38 | 35 |
|
39 | 36 |
|
|
src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
63 | 64 |
|
64 | 65 |
|
65 | 66 |
|
| 67 | + |
66 | 68 |
|
67 | 69 |
|
68 | 70 |
|
|
src/Symfony/Component/Routing/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/XmlFileLoader.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
| 214 | + |
214 | 215 |
|
215 | 216 |
|
216 | 217 |
|
|
src/Symfony/Component/Routing/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/YamlFileLoader.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
| 219 | + |
219 | 220 |
|
220 | 221 |
|
221 | 222 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/php_dsl_sub_i18n.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/php_dsl_sub_i18n.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
11 | 13 |
|
src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
234 | 234 |
|
235 | 235 |
|
236 | 236 |
|
| 237 | + |
237 | 238 |
|
238 | 239 |
|
239 | 240 |
|
|
src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
| 204 | + |
| 205 | + |
| 206 | + |
204 | 207 |
|
205 | 208 |
|
206 | 209 |
|
|
src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
334 | 334 |
|
335 | 335 |
|
336 | 336 |
|
| 337 | + |
| 338 | + |
| 339 | + |
337 | 340 |
|
338 | 341 |
|
339 | 342 |
|
|
src/Symfony/Component/Security/Core/Authentication/Provider/LdapBindAuthenticationProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Provider/LdapBindAuthenticationProvider.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
86 |
| - |
87 | 85 |
|
88 | 86 |
|
89 | 87 |
|
90 | 88 |
|
91 | 89 |
|
92 | 90 |
|
| 91 | + |
93 | 92 |
|
94 | 93 |
|
95 | 94 |
|
| ||
98 | 97 |
|
99 | 98 |
|
100 | 99 |
|
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
0 commit comments