Completed
Branch master (f68a36)
by Maxime
05:07 queued 02:46
created
src/Search.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -20,9 +20,9 @@  discard block
 block discarded – undo
20 20
 	use QueryTrait;
21 21
 
22 22
 	 /**
23
-	 * Output format accepted
24
-	 * @var array
25
-	 */
23
+	  * Output format accepted
24
+	  * @var array
25
+	  */
26 26
 	public $accepteFormat = ['html', 'xml', 'json', 'jsonv2'];
27 27
 
28 28
 	/**
@@ -246,12 +246,12 @@  discard block
 block discarded – undo
246 246
 	}
247 247
 
248 248
 	/**
249
-	* Include a breakdown of the address into elements.
250
-	*
251
-	* @param  boolean $details
252
-	* 
253
-	* @return maxh\Nominatim\Search
254
-	*/
249
+	 * Include a breakdown of the address into elements.
250
+	 *
251
+	 * @param  boolean $details
252
+	 * 
253
+	 * @return maxh\Nominatim\Search
254
+	 */
255 255
 	public function addressDetails($details = true)
256 256
 	{
257 257
 		$this->query['addressdetails'] = $details ? "1" : "0";
Please login to merge, or discard this patch.