Commit 3738e84
File tree
18 files changed
+232
-198
lines changedFilter options
- src/Symfony
- Bridge/Doctrine
- Decorator
- Tests/Decorator
- Bundle/FrameworkBundle/Resources/config
- Component/Decorator
- Attribute
- DependencyInjection
- Resolver
- Tests
- DependencyInjection
- Fixtures/Decorator
18 files changed
+232
-198
lines changedsrc/Symfony/Bridge/Doctrine/Attribute/Transactional.php renamed to src/Symfony/Bridge/Doctrine/Decorator/Transactional.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Decorator/Transactional.php+6-7Lines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 |
| - |
| 22 | + |
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
28 |
| - |
29 |
| - |
30 |
| - |
| 27 | + |
| 28 | + |
| 29 | + |
31 | 30 |
|
32 | 31 |
|
src/Symfony/Bridge/Doctrine/Decorator/DoctrineTransactionDecorator.php renamed to src/Symfony/Bridge/Doctrine/Decorator/TransactionalDecorator.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Decorator/TransactionalDecorator.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
src/Symfony/Bridge/Doctrine/Tests/Decorator/DoctrineTransactionDecoratorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Decorator/DoctrineTransactionDecoratorTest.php+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
| 40 | + |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/decorator.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/decorator.php+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 |
| - |
| 21 | + |
21 | 22 |
|
22 |
| - |
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
26 | 29 |
|
27 |
| - |
| 30 | + |
28 | 31 |
|
29 | 32 |
|
30 |
| - |
31 |
| - |
32 | 33 |
|
33 | 34 |
|
src/Symfony/Component/Decorator/Attribute/Decorate.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Decorator/Attribute/Decorate.php-33Lines changed: 0 additions & 33 deletions
This file was deleted.
src/Symfony/Component/Decorator/Attribute/DecoratorMetadata.php
Copy file name to clipboard+27Lines changed: 27 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 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
src/Symfony/Component/Decorator/CallableDecorator.php
Copy file name to clipboard+57Lines changed: 57 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 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
src/Symfony/Component/Decorator/DecoratorChain.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Decorator/DecoratorChain.php-63Lines changed: 0 additions & 63 deletions
This file was deleted.
src/Symfony/Component/Decorator/DecoratorLocator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Decorator/DecoratorLocator.php-30Lines changed: 0 additions & 30 deletions
This file was deleted.
src/Symfony/Component/Decorator/DependencyInjection/DecoratorsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Decorator/DependencyInjection/DecoratorsPass.php+13-4Lines changed: 13 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| 19 | + |
18 | 20 |
|
| 21 | + |
19 | 22 |
|
20 | 23 |
|
21 | 24 |
|
| ||
26 | 29 |
|
27 | 30 |
|
28 | 31 |
|
29 |
| - |
| 32 | + |
30 | 33 |
|
31 | 34 |
|
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
35 | 38 |
|
36 |
| - |
37 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
38 | 47 |
|
39 | 48 |
|
0 commit comments