Commit 09e3c5c
File tree
23 files changed
+48
-1
lines changedFilter options
- src/Symfony/Component/TypeInfo
- Exception
- Type
- TypeContext
- TypeResolver
23 files changed
+48
-1
lines changedsrc/Symfony/Component/TypeInfo/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/CHANGELOG.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
src/Symfony/Component/TypeInfo/Exception/ExceptionInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Exception/ExceptionInterface.php+2Lines changed: 2 additions & 0 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 |
|
|
src/Symfony/Component/TypeInfo/Exception/InvalidArgumentException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Exception/InvalidArgumentException.php+2Lines changed: 2 additions & 0 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 |
|
|
src/Symfony/Component/TypeInfo/Exception/LogicException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Exception/LogicException.php+2Lines changed: 2 additions & 0 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 |
|
|
src/Symfony/Component/TypeInfo/Exception/RuntimeException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Exception/RuntimeException.php+2Lines changed: 2 additions & 0 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 |
|
|
src/Symfony/Component/TypeInfo/Exception/UnsupportedException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Exception/UnsupportedException.php+2Lines changed: 2 additions & 0 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 |
|
|
src/Symfony/Component/TypeInfo/README.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/README.md+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
6 | 11 |
|
7 | 12 |
|
8 | 13 |
|
|
src/Symfony/Component/TypeInfo/Type.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Type.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
|
src/Symfony/Component/TypeInfo/Type/BackedEnumType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Type/BackedEnumType.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
| 25 | + |
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
|
src/Symfony/Component/TypeInfo/Type/BuiltinType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Type/BuiltinType.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
|
src/Symfony/Component/TypeInfo/Type/CollectionType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Type/CollectionType.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
|
src/Symfony/Component/TypeInfo/Type/EnumType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Type/EnumType.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
|
src/Symfony/Component/TypeInfo/Type/GenericType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Type/GenericType.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
|
src/Symfony/Component/TypeInfo/Type/IntersectionType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Type/IntersectionType.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
| 23 | + |
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
|
src/Symfony/Component/TypeInfo/Type/ObjectType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Type/ObjectType.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
| 23 | + |
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
|
src/Symfony/Component/TypeInfo/Type/TemplateType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Type/TemplateType.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
| 23 | + |
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
|
src/Symfony/Component/TypeInfo/Type/UnionType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Type/UnionType.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
| 23 | + |
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
|
src/Symfony/Component/TypeInfo/TypeContext/TypeContext.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/TypeContext/TypeContext.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
|
src/Symfony/Component/TypeInfo/TypeContext/TypeContextFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/TypeContext/TypeContextFactory.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
| 31 | + |
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
|
src/Symfony/Component/TypeInfo/TypeFactoryTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/TypeFactoryTrait.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
|
src/Symfony/Component/TypeInfo/TypeIdentifier.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/TypeIdentifier.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
|
src/Symfony/Component/TypeInfo/TypeResolver/TypeResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/TypeResolver/TypeResolver.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
|
src/Symfony/Component/TypeInfo/TypeResolver/TypeResolverInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/TypeResolver/TypeResolverInterface.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
|
0 commit comments