Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Add explicit function use
Browse files Browse the repository at this point in the history
  • Loading branch information
fmasa committed Feb 22, 2018
1 parent 3814f73 commit 06eb331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DoctrineNullableEmbeddables/Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
use Doctrine\ORM\Mapping\ClassMetadata;
use Doctrine\ORM\Event\LifecycleEventArgs;
use Fmasa\DoctrineNullableEmbeddables\Annotations\Nullable;

use function get_class;
use function strpos;

class Subscriber implements EventSubscriber
{
Expand Down

0 comments on commit 06eb331

Please sign in to comment.