Completed
Push — master ( 8a38f1...a11cc6 )
by Sebastien
02:33
created
src/Smalot/Github/Webhook/Event/EventBase.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Smalot\Github\Webhook\Event;
4 4
 
5
-use Smalot\Github\Webhook\Model\ModelBase;
5
+use Smalot\Github\Webhook\Model\ModelBase;
6 6
 use Symfony\Component\EventDispatcher\Event;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.