Skip to content

Commit

Permalink
Add missing use of SF's ServiceNotFoundException in test
Browse files Browse the repository at this point in the history
  • Loading branch information
iksss-invia committed Oct 30, 2024
1 parent 1b573e5 commit 250a073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/JMSSerializerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use Symfony\Component\DependencyInjection\Alias;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\Finder\Finder;
Expand Down

0 comments on commit 250a073

Please sign in to comment.