Skip to content

Commit

Permalink
bug #33382 [ProxyManager] remove ProxiedMethodReturnExpression polyfi…
Browse files Browse the repository at this point in the history
…ll (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
  • Loading branch information
nicolas-grekas committed Aug 29, 2019
2 parents b3cf4fb + 792f930 commit 593ec61
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -123,8 +123,7 @@
"Symfony\\Component\\": "src/Symfony/Component/"
},
"classmap": [
"src/Symfony/Component/Intl/Resources/stubs",
"src/Symfony/Bridge/ProxyManager/Legacy/ProxiedMethodReturnExpression.php"
"src/Symfony/Component/Intl/Resources/stubs"
],
"exclude-from-classmap": [
"**/Tests/"
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/Symfony/Bridge/ProxyManager/composer.json
Expand Up @@ -25,7 +25,6 @@
},
"autoload": {
"psr-4": { "Symfony\\Bridge\\ProxyManager\\": "" },
"classmap": [ "Legacy/ProxiedMethodReturnExpression.php" ],
"exclude-from-classmap": [
"/Tests/"
]
Expand Down

0 comments on commit 593ec61

Please sign in to comment.