Skip to content

Commit

Permalink
[ProxyManager] remove ProxiedMethodReturnExpression polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 29, 2019
1 parent b3cf4fb commit 792f930
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 792f930

Please sign in to comment.