Completed
Pull Request — master (#11)
by Michael
02:21
created
_test/index.test.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -20,22 +20,22 @@
 block discarded – undo
20 20
     public static function convertDMStoD_testdata() {
21 21
         return array(
22 22
             array(
23
-                array ( 0 => '52/1', 1 => '31/1', 2 => '2/1', 3 => 'N', ),
23
+                array(0 => '52/1', 1 => '31/1', 2 => '2/1', 3 => 'N',),
24 24
                 52.5172,
25 25
                 'Latitude in Europe'
26 26
             ),
27 27
             array(
28
-                array ( 0 => '13/1', 1 => '30/1', 2 => '38/1', 3 => 'E', ),
28
+                array(0 => '13/1', 1 => '30/1', 2 => '38/1', 3 => 'E',),
29 29
                 13.5105,
30 30
                 'Longitude in Europe'
31 31
             ),
32 32
             array(
33
-                array ( 0 => '50/1', 1 => '34251480/1000000', 2 => '0/1', 3 => 'N', ),
33
+                array(0 => '50/1', 1 => '34251480/1000000', 2 => '0/1', 3 => 'N',),
34 34
                 50.5708,
35 35
                 'Latitude in North America'
36 36
             ),
37 37
             array(
38
-                array ( 0 => '109/1', 1 => '28041300/1000000', 2 => '0/1', 3 => 'W', ),
38
+                array(0 => '109/1', 1 => '28041300/1000000', 2 => '0/1', 3 => 'W',),
39 39
                 -109.4673,
40 40
                 'Longitude in North America'
41 41
             ),
Please login to merge, or discard this patch.