Completed
Push — master ( 839f22...1b3a7e )
by Pavel
04:14
created
Routing/EntityRouteLoader.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @return string[]
74
+     * @return integer[]
75 75
      */
76 76
     public function getMounts()
77 77
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ScayTrase\Api\Cruds\Routing;
4 4
 
5 5
 use Symfony\Component\Config\Loader\Loader;
6
-use Symfony\Component\Routing\Route;
7 6
 use Symfony\Component\Routing\RouteCollection;
8 7
 
9 8
 class EntityRouteLoader extends Loader
Please login to merge, or discard this patch.