Completed
Push — master ( 5081da...0415ba )
by
unknown
24:28
created
src/Providers/GeocoderService.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Geocoder\Laravel\Facades\Geocoder;
13 13
 use Geocoder\Laravel\ProviderAndDumperAggregator;
14 14
 use Geocoder\Provider\Chain;
15
-use Illuminate\Foundation\AliasLoader;
16 15
 use Illuminate\Support\Collection;
17 16
 use Illuminate\Support\ServiceProvider;
18 17
 use ReflectionClass;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
     /**
127 127
      * Get the services provided by the provider.
128 128
      *
129
-     * @return array
129
+     * @return string[]
130 130
      */
131 131
     public function provides()
132 132
     {
Please login to merge, or discard this patch.