Skip to content

Commit 593ec61

Browse files
bug #33382 [ProxyManager] remove ProxiedMethodReturnExpression polyfill (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- [ProxyManager] remove ProxiedMethodReturnExpression polyfill | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #33364 | License | MIT | Doc PR | - Let's make this unneeded. Commits ------- 792f930 [ProxyManager] remove ProxiedMethodReturnExpression polyfill
2 parents b3cf4fb + 792f930 commit 593ec61

File tree

3 files changed

+1
-78
lines changed

3 files changed

+1
-78
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@
123123
"Symfony\\Component\\": "src/Symfony/Component/"
124124
},
125125
"classmap": [
126-
"src/Symfony/Component/Intl/Resources/stubs",
127-
"src/Symfony/Bridge/ProxyManager/Legacy/ProxiedMethodReturnExpression.php"
126+
"src/Symfony/Component/Intl/Resources/stubs"
128127
],
129128
"exclude-from-classmap": [
130129
"**/Tests/"

src/Symfony/Bridge/ProxyManager/Legacy/ProxiedMethodReturnExpression.php

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/Symfony/Bridge/ProxyManager/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
},
2626
"autoload": {
2727
"psr-4": { "Symfony\\Bridge\\ProxyManager\\": "" },
28-
"classmap": [ "Legacy/ProxiedMethodReturnExpression.php" ],
2928
"exclude-from-classmap": [
3029
"/Tests/"
3130
]

0 commit comments

Comments
 (0)