@@ -48,8 +48,7 @@ public function testDump(): void
4848 <type><![CDATA[Address]]></type>
4949 </wpt>
5050</gpx>
51- GPX
52- , Geocoder::VERSION , '0 ' , '0 ' );
51+ GPX, Geocoder::VERSION , '0 ' , '0 ' );
5352
5453 $ result = $ this ->dumper ->dump ($ address );
5554
@@ -77,8 +76,7 @@ public function testDumpWithData(): void
7776 <type><![CDATA[Address]]></type>
7877 </wpt>
7978</gpx>
80- GPX
81- , Geocoder::VERSION , $ address ->getCoordinates ()->getLatitude (), $ address ->getCoordinates ()->getLongitude ());
79+ GPX, Geocoder::VERSION , $ address ->getCoordinates ()->getLatitude (), $ address ->getCoordinates ()->getLongitude ());
8280
8381 $ result = $ this ->dumper ->dump ($ address );
8482
@@ -114,8 +112,7 @@ public function testDumpWithBounds(): void
114112 <type><![CDATA[Address]]></type>
115113 </wpt>
116114</gpx>
117- GPX
118- , Geocoder::VERSION , $ bounds ['east ' ], '48.863151 ' , $ bounds ['east ' ], '48.863151 ' , $ bounds ['north ' ], $ bounds ['west ' ]);
115+ GPX, Geocoder::VERSION , $ bounds ['east ' ], '48.863151 ' , $ bounds ['east ' ], '48.863151 ' , $ bounds ['north ' ], $ bounds ['west ' ]);
119116
120117 $ this ->assertNotNull ($ address ->getBounds ());
121118
@@ -159,8 +156,7 @@ public function testDumpWithName(): void
159156 <type><![CDATA[Address]]></type>
160157 </wpt>
161158</gpx>
162- GPX
163- , Geocoder::VERSION , $ bounds ['east ' ], '48.863151 ' , $ bounds ['east ' ], '48.863151 ' , $ bounds ['north ' ], $ bounds ['west ' ]);
159+ GPX, Geocoder::VERSION , $ bounds ['east ' ], '48.863151 ' , $ bounds ['east ' ], '48.863151 ' , $ bounds ['north ' ], $ bounds ['west ' ]);
164160
165161 $ this ->assertNotNull ($ address ->getBounds ());
166162
0 commit comments