Skip to content

Commit 208ce9c

Browse files
authored
Merge pull request #1945 from stloyd/symfony-44-removal
Remove BC layer for Symfony 4.4
2 parents f676ef3 + 9ca65ea commit 208ce9c

File tree

10 files changed

+115
-617
lines changed

10 files changed

+115
-617
lines changed

src/DependencyInjection/CompilerPass/RefreshOAuthTokenCompilerPass.php

-57
This file was deleted.

src/DependencyInjection/HWIOAuthExtension.php

-13
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,6 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
13-
14-
// BC symfony 4.4
15-
class_exists(ContainerConfigurator::class);
16-
17-
if (!\function_exists(__NAMESPACE__.'\\service')) {
18-
function service($class): ReferenceConfigurator
19-
{
20-
/* @phpstan-ignore-next-line function ref not found */
21-
return ref($class);
22-
}
23-
}
24-
2512
namespace HWI\Bundle\OAuthBundle\DependencyInjection;
2613

2714
use HWI\Bundle\OAuthBundle\OAuth\ResourceOwnerInterface;

src/DependencyInjection/Security/Factory/OAuthFactory.php

-293
This file was deleted.

0 commit comments

Comments
 (0)