Commit deae538
committed
File tree
Expand file treeCollapse file tree
8 files changed
+81
-15
lines changedFilter options
- src/Symfony/Component/VarExporter
- Exception
- Internal
- Tests
Expand file treeCollapse file tree
8 files changed
+81
-15
lines changedsrc/Symfony/Component/VarExporter/Exception/ClassNotFoundException.php
Copy file name to clipboard+20Lines changed: 20 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 | + |
src/Symfony/Component/VarExporter/Exception/ExceptionInterface.php
Copy file name to clipboard+16Lines changed: 16 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 | + |
src/Symfony/Component/VarExporter/Exception/NotInstantiableTypeException.php
Copy file name to clipboard+20Lines changed: 20 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 | + |
src/Symfony/Component/VarExporter/Internal/Exporter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarExporter/Internal/Exporter.php+9-4Lines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
34 |
| - |
| 36 | + |
35 | 37 |
|
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
41 |
| - |
| 43 | + |
42 | 44 |
|
43 | 45 |
|
44 | 46 |
|
| ||
77 | 79 |
|
78 | 80 |
|
79 | 81 |
|
80 |
| - |
81 | 82 |
|
82 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
83 | 88 |
|
84 | 89 |
|
85 | 90 |
|
|
src/Symfony/Component/VarExporter/Internal/Registry.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarExporter/Internal/Registry.php+9-5Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
14 | 17 |
|
15 | 18 |
|
16 | 19 |
|
| ||
37 | 40 |
|
38 | 41 |
|
39 | 42 |
|
40 |
| - |
41 |
| - |
42 |
| - |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| ||
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
67 | 71 |
|
68 | 72 |
|
69 | 73 |
|
| ||
77 | 81 |
|
78 | 82 |
|
79 | 83 |
|
80 |
| - |
| 84 | + |
81 | 85 |
|
82 | 86 |
|
83 | 87 |
|
84 | 88 |
|
85 | 89 |
|
86 | 90 |
|
87 |
| - |
| 91 | + |
88 | 92 |
|
89 | 93 |
|
90 | 94 |
|
|
src/Symfony/Component/VarExporter/README.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarExporter/README.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
src/Symfony/Component/VarExporter/Tests/VarExporterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarExporter/Tests/VarExporterTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
| 24 | + |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 |
| - |
| 39 | + |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
|
src/Symfony/Component/VarExporter/VarExporter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarExporter/VarExporter.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
39 |
| - |
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
|
0 commit comments