Completed
Branch master (4aab2b)
by Tobias
09:46
created
src/ProviderAndDumperAggregator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     protected $results;
30 30
 
31 31
     /**
32
-     * @return array
32
+     * @return \Geocoder\Model\Address[]
33 33
      */
34 34
     public function all()
35 35
     {
Please login to merge, or discard this patch.
src/Providers/GeocoderService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      * Instantiate the configured Providers, as well as the Chain Provider.
62 62
      *
63 63
      * @param Collection $providers
64
-     * @return array
64
+     * @return \Geocoder\Provider\Provider[]
65 65
      */
66 66
     private function getProviders(Collection $providers)
67 67
     {
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
     /**
130 130
      * Get the services provided by the provider.
131 131
      *
132
-     * @return array
132
+     * @return string[]
133 133
      */
134 134
     public function provides()
135 135
     {
Please login to merge, or discard this patch.