Completed
Push — master ( 5281b4...895971 )
by John
02:51 queued 11s
created
src/Controller/HealthController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Actuator\Controller;
4 4
 
5
-use Silex\Application;
6 5
 use Actuator\Health\Indicator\CompositeHealthIndicator;
6
+use Silex\Application;
7 7
 use Symfony\Component\HttpFoundation\Request;
8 8
 
9 9
 class HealthController
Please login to merge, or discard this patch.