Commit 2b257d7
File tree
43 files changed
+69
-350
lines changedFilter options
- src/Symfony
- Bundle/WebServerBundle/Command
- Component
- Cache
- Adapter
- Simple
- Tests/Adapter
- Config/Resource
- Console
- Debug/Tests
- Exception
- FatalErrorHandler
- DependencyInjection
- Loader
- Tests
- Compiler
- Fixtures
- Loader
- Filesystem
- Tests
- Finder/Iterator
- HttpFoundation
- Tests/Session/Storage/Handler
- Intl
- Tests
- Data/Bundle/Reader
- DateFormatter
- Util
- Process
- Tests
- Routing/Tests/Generator/Dumper
- Serializer/Tests/Normalizer
- VarDumper
- Caster
- Cloner
- Tests
- Caster
- Dumper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+69
-350
lines changed+4-13Lines changed: 4 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
| 65 | + |
| 66 | + |
71 | 67 |
|
72 | 68 |
|
73 | 69 |
|
74 | 70 |
|
75 |
| - |
76 | 71 |
|
77 | 72 |
|
78 | 73 |
|
79 | 74 |
|
80 | 75 |
|
81 | 76 |
|
82 | 77 |
|
83 |
| - |
| 78 | + |
84 | 79 |
|
85 | 80 |
|
86 | 81 |
|
| ||
145 | 140 |
|
146 | 141 |
|
147 | 142 |
|
148 |
| - |
149 |
| - |
150 |
| - |
| 143 | + |
151 | 144 |
|
152 | 145 |
|
153 | 146 |
|
| ||
161 | 154 |
|
162 | 155 |
|
163 | 156 |
|
164 |
| - |
165 |
| - |
166 | 157 |
|
167 | 158 |
|
168 | 159 |
|
|
src/Symfony/Bundle/WebServerBundle/Command/ServerCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebServerBundle/Command/ServerCommand.php-32Lines changed: 0 additions & 32 deletions
This file was deleted.
src/Symfony/Bundle/WebServerBundle/Command/ServerRunCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebServerBundle/Command/ServerRunCommand.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 |
| - |
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
|
src/Symfony/Bundle/WebServerBundle/Command/ServerStartCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebServerBundle/Command/ServerStartCommand.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 |
| - |
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
|
src/Symfony/Bundle/WebServerBundle/Command/ServerStatusCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebServerBundle/Command/ServerStatusCommand.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 |
| - |
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
|
src/Symfony/Bundle/WebServerBundle/Command/ServerStopCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebServerBundle/Command/ServerStopCommand.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
26 |
| - |
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
|
src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
|
src/Symfony/Component/Cache/Simple/PhpArrayCache.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Simple/PhpArrayCache.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php-9Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 | 18 |
|
28 | 19 |
|
29 | 20 |
|
|
src/Symfony/Component/Cache/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/composer.json-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 |
| - |
39 |
| - |
40 | 37 |
|
41 | 38 |
|
42 | 39 |
|
|
src/Symfony/Component/Config/Resource/ReflectionClassResource.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Resource/ReflectionClassResource.php+6-41Lines changed: 6 additions & 41 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
| 136 | + |
| 137 | + |
144 | 138 |
|
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
| 139 | + |
| 140 | + |
| 141 | + |
150 | 142 |
|
| 143 | + |
151 | 144 |
|
152 | 145 |
|
153 | 146 |
|
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 |
| - |
src/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
667 | 667 |
|
668 | 668 |
|
669 | 669 |
|
670 |
| - |
671 |
| - |
672 |
| - |
673 |
| - |
674 | 670 |
|
675 | 671 |
|
676 | 672 |
|
|
src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
70 |
| - |
71 |
| - |
72 | 69 |
|
73 | 70 |
|
74 | 71 |
|
|
src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php-34Lines changed: 0 additions & 34 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
489 | 489 |
|
490 | 490 |
|
491 | 491 |
|
492 |
| - |
493 |
| - |
494 |
| - |
495 |
| - |
496 |
| - |
497 |
| - |
498 |
| - |
499 |
| - |
500 |
| - |
501 |
| - |
502 |
| - |
503 |
| - |
504 |
| - |
505 |
| - |
506 |
| - |
507 |
| - |
508 |
| - |
509 |
| - |
510 |
| - |
511 |
| - |
512 |
| - |
513 |
| - |
514 |
| - |
515 |
| - |
516 |
| - |
517 |
| - |
518 |
| - |
519 |
| - |
520 |
| - |
521 |
| - |
522 |
| - |
523 |
| - |
524 |
| - |
525 |
| - |
526 | 492 |
|
src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
233 | 233 |
|
234 | 234 |
|
235 | 235 |
|
236 |
| - |
| 236 | + |
237 | 237 |
|
238 | 238 |
|
239 | 239 |
|
|
src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
|
src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/FileLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
| 108 | + |
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/FactoryReturnTypePassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/FactoryReturnTypePassTest.php+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 | 57 |
|
62 | 58 |
|
63 | 59 |
|
| ||
73 | 69 |
|
74 | 70 |
|
75 | 71 |
|
76 |
| - |
| 72 | + |
77 | 73 |
|
78 | 74 |
|
79 | 75 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummy.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 | 52 |
|
57 | 53 |
|
58 | 54 |
|
|
src/Symfony/Component/Filesystem/Filesystem.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Filesystem/Filesystem.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
247 | 247 |
|
248 | 248 |
|
249 | 249 |
|
250 |
| - |
| 250 | + |
251 | 251 |
|
252 | 252 |
|
253 | 253 |
|
|
0 commit comments