Skip to content

Commit

Permalink
Fix CS (#450)
Browse files Browse the repository at this point in the history
* Fix CS

* Bring back the use statement - just reorder

* Fix missing semicolon
  • Loading branch information
bocharsky-bw authored Aug 12, 2024
1 parent 2f50bcf commit 0f8db87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/KnpUOAuth2ClientExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\Alias;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\DependencyInjection\Extension\Extension;

class KnpUOAuth2ClientExtension extends Extension
{
Expand Down

0 comments on commit 0f8db87

Please sign in to comment.