Completed
Push — master ( 76f70d...030f97 )
by Roberto
05:04 queued 11s
created
src/Fields/LatLngBoundsFields.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -17,13 +17,13 @@
 block discarded – undo
17 17
 class LatLngBoundsFields
18 18
 {
19 19
 
20
-	/**
21
-	 * string : northeast
22
-	 */
23
-	const NORTHEAST = 'northeast';
20
+    /**
21
+     * string : northeast
22
+     */
23
+    const NORTHEAST = 'northeast';
24 24
 
25
-	/**
26
-	 * string : southwest
27
-	 */
28
-	const SOUTHWEST = 'southwest';
25
+    /**
26
+     * string : southwest
27
+     */
28
+    const SOUTHWEST = 'southwest';
29 29
 }
30 30
\ No newline at end of file
Please login to merge, or discard this patch.
src/Fields/GoogleMapsRequestFields.php 1 patch
Indentation   +141 added lines, -141 removed lines patch added patch discarded remove patch
@@ -17,145 +17,145 @@
 block discarded – undo
17 17
 class GoogleMapsRequestFields
18 18
 {
19 19
 
20
-	/**
21
-	 * @var string key
22
-	 */
23
-	const KEY = 'key';
24
-
25
-	/**
26
-	 * @var string sensor
27
-	 */
28
-	const SENSOR = 'sensor';
29
-
30
-	/**
31
-	 * @var string latlng
32
-	 */
33
-	const LATLNG = 'latlng';
34
-
35
-	/**
36
-	 * @var string address
37
-	 */
38
-	const ADDRESS = 'address';
39
-
40
-	/**
41
-	 * @var string place_id
42
-	 */
43
-	const PLACE_ID = 'place_id';
44
-
45
-	/**
46
-	 * @var string location
47
-	 * @since 0.5.0
48
-	 */
49
-	const LOCATION = 'location';
50
-
51
-	/**
52
-	 * @var string locations
53
-	 */
54
-	const LOCATIONS = 'locations';
55
-
56
-	/**
57
-	 * @var string path
58
-	 */
59
-	const PATH = 'path';
60
-
61
-	/**
62
-	 * @var string samples
63
-	 */
64
-	const SAMPLES = 'samples';
65
-
66
-	/**
67
-	 * @var string input
68
-	 * @since 0.5.0
69
-	 */
70
-	const INPUT = 'input';
71
-
72
-	/**
73
-	 * @var string inputtype
74
-	 * @since 0.5.0
75
-	 */
76
-	const INPUTTYPE = 'inputtype';
77
-
78
-	/**
79
-	 * @var string language
80
-	 * @since 0.5.0
81
-	 */
82
-	const LANGUAGE = 'language';
83
-
84
-	/**
85
-	 * @var string fields
86
-	 * @since 0.5.0
87
-	 */
88
-	const FIELDS = 'fields';
89
-
90
-	/**
91
-	 * @var string locationbias
92
-	 * @since 0.5.0
93
-	 */
94
-	const LOCATIONBIAS = 'locationbias';
95
-
96
-	/**
97
-	 * @var string radius
98
-	 * @since 0.5.0
99
-	 */
100
-	const RADIUS = 'radius';
101
-
102
-	/**
103
-	 * @var string rankby
104
-	 * @since 0.5.0
105
-	 */
106
-	const RANKBY = 'rankby';
107
-
108
-	/**
109
-	 * @var string keyword
110
-	 * @since 0.5.0
111
-	 */
112
-	const KEYWORD = 'keyword';
113
-
114
-	/**
115
-	 * @var string minprice
116
-	 * @since 0.5.0
117
-	 */
118
-	const MINPRICE = 'minprice';
119
-
120
-	/**
121
-	 * @var string maxprice
122
-	 * @since 0.5.0
123
-	 */
124
-	const MAXPRICE = 'maxprice';
125
-
126
-	/**
127
-	 * @var string name
128
-	 * @since 0.5.0
129
-	 */
130
-	const NAME = 'name';
131
-
132
-	/**
133
-	 * @var string opennow
134
-	 * @since 0.5.0
135
-	 */
136
-	const OPENNOW = 'opennow';
137
-
138
-	/**
139
-	 * @var string pagetoken
140
-	 * @since 0.5.0
141
-	 */
142
-	const PAGETOKEN = 'pagetoken';
143
-
144
-	/**
145
-	 * @var string type
146
-	 * @since 0.5.0
147
-	 */
148
-	const TYPE = 'type';
149
-
150
-	/**
151
-	 * @var string query
152
-	 * @since 0.5.0
153
-	 */
154
-	const QUERY = 'query';
155
-
156
-	/**
157
-	 * @var string next_page_token
158
-	 * @since 0.5.0
159
-	 */
160
-	const NEXT_PAGE_TOKEN = 'next_page_token';
20
+    /**
21
+     * @var string key
22
+     */
23
+    const KEY = 'key';
24
+
25
+    /**
26
+     * @var string sensor
27
+     */
28
+    const SENSOR = 'sensor';
29
+
30
+    /**
31
+     * @var string latlng
32
+     */
33
+    const LATLNG = 'latlng';
34
+
35
+    /**
36
+     * @var string address
37
+     */
38
+    const ADDRESS = 'address';
39
+
40
+    /**
41
+     * @var string place_id
42
+     */
43
+    const PLACE_ID = 'place_id';
44
+
45
+    /**
46
+     * @var string location
47
+     * @since 0.5.0
48
+     */
49
+    const LOCATION = 'location';
50
+
51
+    /**
52
+     * @var string locations
53
+     */
54
+    const LOCATIONS = 'locations';
55
+
56
+    /**
57
+     * @var string path
58
+     */
59
+    const PATH = 'path';
60
+
61
+    /**
62
+     * @var string samples
63
+     */
64
+    const SAMPLES = 'samples';
65
+
66
+    /**
67
+     * @var string input
68
+     * @since 0.5.0
69
+     */
70
+    const INPUT = 'input';
71
+
72
+    /**
73
+     * @var string inputtype
74
+     * @since 0.5.0
75
+     */
76
+    const INPUTTYPE = 'inputtype';
77
+
78
+    /**
79
+     * @var string language
80
+     * @since 0.5.0
81
+     */
82
+    const LANGUAGE = 'language';
83
+
84
+    /**
85
+     * @var string fields
86
+     * @since 0.5.0
87
+     */
88
+    const FIELDS = 'fields';
89
+
90
+    /**
91
+     * @var string locationbias
92
+     * @since 0.5.0
93
+     */
94
+    const LOCATIONBIAS = 'locationbias';
95
+
96
+    /**
97
+     * @var string radius
98
+     * @since 0.5.0
99
+     */
100
+    const RADIUS = 'radius';
101
+
102
+    /**
103
+     * @var string rankby
104
+     * @since 0.5.0
105
+     */
106
+    const RANKBY = 'rankby';
107
+
108
+    /**
109
+     * @var string keyword
110
+     * @since 0.5.0
111
+     */
112
+    const KEYWORD = 'keyword';
113
+
114
+    /**
115
+     * @var string minprice
116
+     * @since 0.5.0
117
+     */
118
+    const MINPRICE = 'minprice';
119
+
120
+    /**
121
+     * @var string maxprice
122
+     * @since 0.5.0
123
+     */
124
+    const MAXPRICE = 'maxprice';
125
+
126
+    /**
127
+     * @var string name
128
+     * @since 0.5.0
129
+     */
130
+    const NAME = 'name';
131
+
132
+    /**
133
+     * @var string opennow
134
+     * @since 0.5.0
135
+     */
136
+    const OPENNOW = 'opennow';
137
+
138
+    /**
139
+     * @var string pagetoken
140
+     * @since 0.5.0
141
+     */
142
+    const PAGETOKEN = 'pagetoken';
143
+
144
+    /**
145
+     * @var string type
146
+     * @since 0.5.0
147
+     */
148
+    const TYPE = 'type';
149
+
150
+    /**
151
+     * @var string query
152
+     * @since 0.5.0
153
+     */
154
+    const QUERY = 'query';
155
+
156
+    /**
157
+     * @var string next_page_token
158
+     * @since 0.5.0
159
+     */
160
+    const NEXT_PAGE_TOKEN = 'next_page_token';
161 161
 }
162 162
\ No newline at end of file
Please login to merge, or discard this patch.
src/Fields/GoogleMapsResultFields.php 1 patch
Indentation   +121 added lines, -121 removed lines patch added patch discarded remove patch
@@ -17,126 +17,126 @@
 block discarded – undo
17 17
 class GoogleMapsResultFields
18 18
 {
19 19
 
20
-	/**
21
-	 * @var string address_components
22
-	 */
23
-	const ADDRESS_COMPONENTS = 'address_components';
24
-
25
-	/**
26
-	 * @var string formatted_address
27
-	 */
28
-	const FORMATTED_ADDRESS = 'formatted_address';
29
-
30
-	/**
31
-	 * @var string geometry
32
-	 */
33
-	const GEOMETRY = 'geometry';
34
-
35
-	/**
36
-	 * @var string viewport
37
-	 */
38
-	const VIEWPORT = 'viewport';
39
-
40
-	/**
41
-	 * @var string place_id
42
-	 */
43
-	const PLACE_ID = 'place_id';
44
-
45
-	/**
46
-	 * @var string location_type
47
-	 */
48
-	const LOCATION_TYPE = 'location_type';
49
-
50
-	/**
51
-	 * @var string types
52
-	 */
53
-	const TYPES = 'types';
54
-
55
-	/**
56
-	 * @var string location
57
-	 */
58
-	const LOCATION = 'location';
59
-
60
-	/**
61
-	 * @var string elevation
62
-	 */
63
-	const ELEVATION = 'elevation';
64
-
65
-	/**
66
-	 * @var string resolution
67
-	 */
68
-	const RESOLUTION = 'resolution';
69
-
70
-	/**
71
-	 * @var string icon
72
-	 * @since 0.5.0
73
-	 */
74
-	const ICON = 'icon';
75
-
76
-	/**
77
-	 * @var string id
78
-	 * @since 0.5.0
79
-	 */
80
-	const ID = 'id';
81
-
82
-	/**
83
-	 * @var string name
84
-	 * @since 0.5.0
85
-	 */
86
-	const NAME = 'name';
87
-
88
-	/**
89
-	 * @var string photos
90
-	 * @since 0.5.0
91
-	 */
92
-	const PHOTOS = 'photos';
93
-
94
-	/**
95
-	 * @var string reference
96
-	 * @since 0.5.0
97
-	 */
98
-	const REFERENCE = 'reference';
99
-
100
-	/**
101
-	 * @var string vicinity
102
-	 * @since 0.5.0
103
-	 */
104
-	const VICINITY = 'vicinity';
105
-
106
-	/**
107
-	 * @var string opening_hours
108
-	 * @since 0.5.0
109
-	 */
110
-	const OPENING_HOURS = 'opening_hours';
111
-
112
-	/**
113
-	 * @var string price_level
114
-	 * @since 0.5.0
115
-	 */
116
-	const PRICE_LEVEL = 'price_level';
117
-
118
-	/**
119
-	 * @var string rating
120
-	 * @since 0.5.0
121
-	 */
122
-	const RATING = 'rating';
123
-
124
-	/**
125
-	 * @var string permanently_closed
126
-	 * @since 0.5.0
127
-	 */
128
-	const PERMANENTLY_CLOSED = 'permanently_closed';
129
-
130
-	/**
131
-	 * @var string plus_code
132
-	 * @since 0.5.0
133
-	 */
134
-	const PLUS_CODE = 'plus_code';
135
-
136
-	/**
137
-	 * @var string next_page_token
138
-	 * @since 0.5.0
139
-	 */
140
-	const NEXT_PAGE_TOKEN = 'next_page_token';
20
+    /**
21
+     * @var string address_components
22
+     */
23
+    const ADDRESS_COMPONENTS = 'address_components';
24
+
25
+    /**
26
+     * @var string formatted_address
27
+     */
28
+    const FORMATTED_ADDRESS = 'formatted_address';
29
+
30
+    /**
31
+     * @var string geometry
32
+     */
33
+    const GEOMETRY = 'geometry';
34
+
35
+    /**
36
+     * @var string viewport
37
+     */
38
+    const VIEWPORT = 'viewport';
39
+
40
+    /**
41
+     * @var string place_id
42
+     */
43
+    const PLACE_ID = 'place_id';
44
+
45
+    /**
46
+     * @var string location_type
47
+     */
48
+    const LOCATION_TYPE = 'location_type';
49
+
50
+    /**
51
+     * @var string types
52
+     */
53
+    const TYPES = 'types';
54
+
55
+    /**
56
+     * @var string location
57
+     */
58
+    const LOCATION = 'location';
59
+
60
+    /**
61
+     * @var string elevation
62
+     */
63
+    const ELEVATION = 'elevation';
64
+
65
+    /**
66
+     * @var string resolution
67
+     */
68
+    const RESOLUTION = 'resolution';
69
+
70
+    /**
71
+     * @var string icon
72
+     * @since 0.5.0
73
+     */
74
+    const ICON = 'icon';
75
+
76
+    /**
77
+     * @var string id
78
+     * @since 0.5.0
79
+     */
80
+    const ID = 'id';
81
+
82
+    /**
83
+     * @var string name
84
+     * @since 0.5.0
85
+     */
86
+    const NAME = 'name';
87
+
88
+    /**
89
+     * @var string photos
90
+     * @since 0.5.0
91
+     */
92
+    const PHOTOS = 'photos';
93
+
94
+    /**
95
+     * @var string reference
96
+     * @since 0.5.0
97
+     */
98
+    const REFERENCE = 'reference';
99
+
100
+    /**
101
+     * @var string vicinity
102
+     * @since 0.5.0
103
+     */
104
+    const VICINITY = 'vicinity';
105
+
106
+    /**
107
+     * @var string opening_hours
108
+     * @since 0.5.0
109
+     */
110
+    const OPENING_HOURS = 'opening_hours';
111
+
112
+    /**
113
+     * @var string price_level
114
+     * @since 0.5.0
115
+     */
116
+    const PRICE_LEVEL = 'price_level';
117
+
118
+    /**
119
+     * @var string rating
120
+     * @since 0.5.0
121
+     */
122
+    const RATING = 'rating';
123
+
124
+    /**
125
+     * @var string permanently_closed
126
+     * @since 0.5.0
127
+     */
128
+    const PERMANENTLY_CLOSED = 'permanently_closed';
129
+
130
+    /**
131
+     * @var string plus_code
132
+     * @since 0.5.0
133
+     */
134
+    const PLUS_CODE = 'plus_code';
135
+
136
+    /**
137
+     * @var string next_page_token
138
+     * @since 0.5.0
139
+     */
140
+    const NEXT_PAGE_TOKEN = 'next_page_token';
141 141
 
142 142
 }
143 143
\ No newline at end of file
Please login to merge, or discard this patch.
src/Fields/LatLngFields.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -17,13 +17,13 @@
 block discarded – undo
17 17
 class LatLngFields
18 18
 {
19 19
 
20
-	/**
21
-	 * string - latitude
22
-	 */
23
-	const LAT = 'lat';
20
+    /**
21
+     * string - latitude
22
+     */
23
+    const LAT = 'lat';
24 24
 
25
-	/**
26
-	 * string - longitude
27
-	 */
28
-	const LNG = 'lng';
25
+    /**
26
+     * string - longitude
27
+     */
28
+    const LNG = 'lng';
29 29
 }
30 30
\ No newline at end of file
Please login to merge, or discard this patch.
src/Fields/PhotoFields.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -17,23 +17,23 @@
 block discarded – undo
17 17
 class PhotoFields
18 18
 {
19 19
 
20
-	/**
21
-	 * @var string
22
-	 */
23
-	const HEIGHT = "height";
20
+    /**
21
+     * @var string
22
+     */
23
+    const HEIGHT = "height";
24 24
 
25
-	/**
26
-	 * @var string
27
-	 */
28
-	const WIDTH = "width";
25
+    /**
26
+     * @var string
27
+     */
28
+    const WIDTH = "width";
29 29
 
30
-	/**
31
-	 * @var string
32
-	 */
33
-	const PHOTO_REFERENCE = "photo_reference";
30
+    /**
31
+     * @var string
32
+     */
33
+    const PHOTO_REFERENCE = "photo_reference";
34 34
 
35
-	/**
36
-	 * @var string
37
-	 */
38
-	const HTML_ATTRIBUTIONS = "html_attributions";
35
+    /**
36
+     * @var string
37
+     */
38
+    const HTML_ATTRIBUTIONS = "html_attributions";
39 39
 }
40 40
\ No newline at end of file
Please login to merge, or discard this patch.
src/Fields/GoogleMapsResponseFields.php 1 patch
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -17,37 +17,37 @@
 block discarded – undo
17 17
 class GoogleMapsResponseFields
18 18
 {
19 19
 
20
-	/**
21
-	 * @var string results
22
-	 */
23
-	const RESULTS = 'results';
24
-
25
-	/**
26
-	 * @var string status
27
-	 */
28
-	const STATUS = 'status';
29
-
30
-	/**
31
-	 * @var string error_message
32
-	 */
33
-	const ERROR_MESSAGE = 'error_message';
34
-
35
-	/**
36
-	 * @var string candidates
37
-	 * @since 0.5.0
38
-	 */
39
-	const CANDIDATES = 'candidates';
40
-
41
-	/**
42
-	 * @var string html_attributions
43
-	 * @since 0.5.0
44
-	 */
45
-	const HTML_ATTRIBUTIONS = 'html_attributions';
46
-
47
-	/**
48
-	 * @var string next_page_token
49
-	 * @since 0.5.0
50
-	 */
51
-	const NEXT_PAGE_TOKEN = 'next_page_token';
20
+    /**
21
+     * @var string results
22
+     */
23
+    const RESULTS = 'results';
24
+
25
+    /**
26
+     * @var string status
27
+     */
28
+    const STATUS = 'status';
29
+
30
+    /**
31
+     * @var string error_message
32
+     */
33
+    const ERROR_MESSAGE = 'error_message';
34
+
35
+    /**
36
+     * @var string candidates
37
+     * @since 0.5.0
38
+     */
39
+    const CANDIDATES = 'candidates';
40
+
41
+    /**
42
+     * @var string html_attributions
43
+     * @since 0.5.0
44
+     */
45
+    const HTML_ATTRIBUTIONS = 'html_attributions';
46
+
47
+    /**
48
+     * @var string next_page_token
49
+     * @since 0.5.0
50
+     */
51
+    const NEXT_PAGE_TOKEN = 'next_page_token';
52 52
 
53 53
 }
54 54
\ No newline at end of file
Please login to merge, or discard this patch.
src/Fields/GeometryFields.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -17,19 +17,19 @@
 block discarded – undo
17 17
 class GeometryFields
18 18
 {
19 19
 
20
-	/**
21
-	 * string: location
22
-	 */
23
-	const LOCATION = 'location';
20
+    /**
21
+     * string: location
22
+     */
23
+    const LOCATION = 'location';
24 24
 
25
-	/**
26
-	 * string: location_type
27
-	 */
28
-	const LOCATION_TYPE = 'location_type';
25
+    /**
26
+     * string: location_type
27
+     */
28
+    const LOCATION_TYPE = 'location_type';
29 29
 
30
-	/**
31
-	 * string: viewport
32
-	 */
33
-	const VIEWPORT = 'viewport';
30
+    /**
31
+     * string: viewport
32
+     */
33
+    const VIEWPORT = 'viewport';
34 34
 
35 35
 }
36 36
\ No newline at end of file
Please login to merge, or discard this patch.
src/Fields/AddressComponentFields.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -17,19 +17,19 @@
 block discarded – undo
17 17
 class AddressComponentFields
18 18
 {
19 19
 
20
-	/**
21
-	 * string: long_name
22
-	 */
23
-	const LONG_NAME = 'long_name';
20
+    /**
21
+     * string: long_name
22
+     */
23
+    const LONG_NAME = 'long_name';
24 24
 
25
-	/**
26
-	 * string: short_name
27
-	 */
28
-	const SHORT_NAME = 'short_name';
25
+    /**
26
+     * string: short_name
27
+     */
28
+    const SHORT_NAME = 'short_name';
29 29
 
30
-	/**
31
-	 * string: types
32
-	 */
33
-	const TYPES = 'types';
30
+    /**
31
+     * string: types
32
+     */
33
+    const TYPES = 'types';
34 34
 
35 35
 }
36 36
\ No newline at end of file
Please login to merge, or discard this patch.
src/Api/Geocoding.php 1 patch
Indentation   +41 added lines, -41 removed lines patch added patch discarded remove patch
@@ -25,53 +25,53 @@
 block discarded – undo
25 25
 class Geocoding extends Api
26 26
 {
27 27
 
28
-	/**
29
-	 * @var string
30
-	 */
31
-	const SERVICE_ENDPOINT = 'geocode';
28
+    /**
29
+     * @var string
30
+     */
31
+    const SERVICE_ENDPOINT = 'geocode';
32 32
 
33
-	/**
34
-	 * @var string
35
-	 */
36
-	protected $result_collection = GeocodingResultsCollection::class;
33
+    /**
34
+     * @var string
35
+     */
36
+    protected $result_collection = GeocodingResultsCollection::class;
37 37
 
38
-	/**
39
-	 * @param string $literal_address
40
-	 *
41
-	 * @return GoogleMapsResultsCollection
42
-	 */
43
-	public function getByAddress(string $literal_address): GoogleMapsResultsCollection
44
-	{
38
+    /**
39
+     * @param string $literal_address
40
+     *
41
+     * @return GoogleMapsResultsCollection
42
+     */
43
+    public function getByAddress(string $literal_address): GoogleMapsResultsCollection
44
+    {
45 45
 
46
-		return $this->callApi([
47
-			GoogleMapsRequestFields::ADDRESS => $literal_address
48
-		]);
49
-	}
46
+        return $this->callApi([
47
+            GoogleMapsRequestFields::ADDRESS => $literal_address
48
+        ]);
49
+    }
50 50
 
51
-	/**
52
-	 * @param LatLng $latlng
53
-	 *
54
-	 * @return GoogleMapsResultsCollection
55
-	 */
56
-	public function getReverse(LatLng $latlng): GoogleMapsResultsCollection
57
-	{
51
+    /**
52
+     * @param LatLng $latlng
53
+     *
54
+     * @return GoogleMapsResultsCollection
55
+     */
56
+    public function getReverse(LatLng $latlng): GoogleMapsResultsCollection
57
+    {
58 58
 
59
-		return $this->callApi([
60
-			GoogleMapsRequestFields::LATLNG => $latlng
61
-		]);
62
-	}
59
+        return $this->callApi([
60
+            GoogleMapsRequestFields::LATLNG => $latlng
61
+        ]);
62
+    }
63 63
 
64
-	/**
65
-	 * @param string $place_id
66
-	 *
67
-	 * @return GoogleMapsResultsCollection
68
-	 */
69
-	public function getByPlaceId(string $place_id): GoogleMapsResultsCollection
70
-	{
64
+    /**
65
+     * @param string $place_id
66
+     *
67
+     * @return GoogleMapsResultsCollection
68
+     */
69
+    public function getByPlaceId(string $place_id): GoogleMapsResultsCollection
70
+    {
71 71
 
72
-		return $this->callApi([
73
-			GoogleMapsRequestFields::PLACE_ID => $place_id
74
-		]);
75
-	}
72
+        return $this->callApi([
73
+            GoogleMapsRequestFields::PLACE_ID => $place_id
74
+        ]);
75
+    }
76 76
 
77 77
 }
78 78
\ No newline at end of file
Please login to merge, or discard this patch.