Passed
Push — master ( 9823d4...48a16c )
by Roberto
02:03
created
src/Fields/GoogleMapsRequestFields.php 1 patch
Indentation   +29 added lines, -29 removed lines patch added patch discarded remove patch
@@ -16,33 +16,33 @@
 block discarded – undo
16 16
  */
17 17
 class GoogleMapsRequestFields {
18 18
 
19
-	/**
20
-	 * string: key
21
-	 */
22
-	const KEY = 'key';
23
-
24
-	/**
25
-	 * string: sensor
26
-	 */
27
-	const SENSOR = 'sensor';
28
-
29
-	/**
30
-	 * string: latlng
31
-	 */
32
-	const LATLNG = 'latlng';
33
-
34
-	/**
35
-	 * string: address
36
-	 */
37
-	const ADDRESS = 'address';
38
-
39
-	/**
40
-	 * string: place_id
41
-	 */
42
-	const PLACE_ID = 'place_id';
43
-
44
-	/**
45
-	 * string: locations
46
-	 */
47
-	const LOCATIONS = 'locations';
19
+    /**
20
+     * string: key
21
+     */
22
+    const KEY = 'key';
23
+
24
+    /**
25
+     * string: sensor
26
+     */
27
+    const SENSOR = 'sensor';
28
+
29
+    /**
30
+     * string: latlng
31
+     */
32
+    const LATLNG = 'latlng';
33
+
34
+    /**
35
+     * string: address
36
+     */
37
+    const ADDRESS = 'address';
38
+
39
+    /**
40
+     * string: place_id
41
+     */
42
+    const PLACE_ID = 'place_id';
43
+
44
+    /**
45
+     * string: locations
46
+     */
47
+    const LOCATIONS = 'locations';
48 48
 }
49 49
\ No newline at end of file
Please login to merge, or discard this patch.
src/Fields/GoogleMapsResultFields.php 1 patch
Indentation   +40 added lines, -40 removed lines patch added patch discarded remove patch
@@ -16,54 +16,54 @@
 block discarded – undo
16 16
  */
17 17
 class GoogleMapsResultFields {
18 18
 
19
-	/**
20
-	 * string address_components
21
-	 */
22
-	const ADDRESS_COMPONENTS = 'address_components';
19
+    /**
20
+     * string address_components
21
+     */
22
+    const ADDRESS_COMPONENTS = 'address_components';
23 23
 
24
-	/**
25
-	 * string formatted_address
26
-	 */
27
-	const FORMATTED_ADDRESS = 'formatted_address';
24
+    /**
25
+     * string formatted_address
26
+     */
27
+    const FORMATTED_ADDRESS = 'formatted_address';
28 28
 
29
-	/**
30
-	 * string geometry
31
-	 */
32
-	const GEOMETRY = 'geometry';
29
+    /**
30
+     * string geometry
31
+     */
32
+    const GEOMETRY = 'geometry';
33 33
 
34
-	/**
35
-	 * string viewport
36
-	 */
37
-	const VIEWPORT = 'viewport';
34
+    /**
35
+     * string viewport
36
+     */
37
+    const VIEWPORT = 'viewport';
38 38
 
39
-	/**
40
-	 * string place_id
41
-	 */
42
-	const PLACE_ID = 'place_id';
39
+    /**
40
+     * string place_id
41
+     */
42
+    const PLACE_ID = 'place_id';
43 43
 
44
-	/**
45
-	 * string location_type
46
-	 */
47
-	const LOCATION_TYPE = 'location_type';
44
+    /**
45
+     * string location_type
46
+     */
47
+    const LOCATION_TYPE = 'location_type';
48 48
 
49
-	/**
50
-	 * string types
51
-	 */
52
-	const TYPES = 'types';
49
+    /**
50
+     * string types
51
+     */
52
+    const TYPES = 'types';
53 53
 
54
-	/**
55
-	 * string location
56
-	 */
57
-	const LOCATION = 'location';
54
+    /**
55
+     * string location
56
+     */
57
+    const LOCATION = 'location';
58 58
 
59
-	/**
60
-	 * string elevation
61
-	 */
62
-	const ELEVATION = 'elevation';
59
+    /**
60
+     * string elevation
61
+     */
62
+    const ELEVATION = 'elevation';
63 63
 
64
-	/**
65
-	 * string resolution
66
-	 */
67
-	const RESOLUTION = 'resolution';
64
+    /**
65
+     * string resolution
66
+     */
67
+    const RESOLUTION = 'resolution';
68 68
 
69 69
 }
70 70
\ No newline at end of file
Please login to merge, or discard this patch.