Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Dec 16, 2021
1 parent 4bc3f9d commit 2dcbcd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Util/AbstractServiceSubscriber.php
Expand Up @@ -8,6 +8,9 @@

namespace HeimrichHannot\UtilsBundle\Util;

/**
* @codeCoverageIgnore
*/
if (interface_exists('Symfony\Component\DependencyInjection\ServiceSubscriberInterface')) {
abstract class AbstractServiceSubscriber implements \Symfony\Component\DependencyInjection\ServiceSubscriberInterface
{
Expand Down

0 comments on commit 2dcbcd4

Please sign in to comment.