Completed
Push — master ( 7519e7...9ee5fa )
by Risan Bagja
02:34
created
src/Sl.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Sl;
4 4
 
5
-use Sl\Mappers\StationMapper;
6
-use Sl\Mappers\DepartureMapper;
7
-use Sl\Collections\StationCollection;
8 5
 use Sl\Collections\DepartureCollection;
9
-use Sl\Contracts\PublicTransportSystem;
6
+use Sl\Collections\StationCollection;
10 7
 use Sl\Contracts\Foundation\Station as StationContract;
8
+use Sl\Contracts\PublicTransportSystem;
9
+use Sl\Mappers\DepartureMapper;
10
+use Sl\Mappers\StationMapper;
11 11
 
12 12
 class Sl implements PublicTransportSystem
13 13
 {
Please login to merge, or discard this patch.