Commit c23bc3b
File tree
5 files changed
+60
-9
lines changedFilter options
- src/Symfony/Component/Validator
- Mapping/Factory
- Tests
- Fixtures
- Mapping/Factory
5 files changed
+60
-9
lines changedsrc/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php+20-3Lines changed: 20 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 |
| - |
120 |
| - |
121 |
| - |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
122 | 139 |
|
123 | 140 |
|
124 | 141 |
|
|
src/Symfony/Component/Validator/Tests/Fixtures/Entity.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Fixtures/Entity.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
src/Symfony/Component/Validator/Tests/Fixtures/EntityInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Fixtures/EntityInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
src/Symfony/Component/Validator/Tests/Fixtures/EntityParentInterface.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/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php+22-4Lines changed: 22 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
| ||
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
44 | 53 |
|
45 | 54 |
|
46 | 55 |
|
| ||
67 | 76 |
|
68 | 77 |
|
69 | 78 |
|
| 79 | + |
70 | 80 |
|
71 | 81 |
|
72 | 82 |
|
73 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
74 | 88 |
|
75 | 89 |
|
76 | 90 |
|
77 |
| - |
| 91 | + |
78 | 92 |
|
79 | 93 |
|
80 | 94 |
|
81 |
| - |
| 95 | + |
| 96 | + |
82 | 97 |
|
83 | 98 |
|
84 |
| - |
| 99 | + |
85 | 100 |
|
86 | 101 |
|
| 102 | + |
| 103 | + |
| 104 | + |
87 | 105 |
|
88 | 106 |
|
89 | 107 |
|
|
0 commit comments