]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix phpcs offences
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 20 Nov 2018 22:05:56 +0000 (23:05 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 20 Nov 2018 22:05:56 +0000 (23:05 +0100)
lib/Result.php
lib/template/error-json.php

index 5c39f473746b1dffd7d9ffd93d7343a73b59c750..a67c2fe474910a20356ac05edafdac68e3168c17 100644 (file)
@@ -72,7 +72,7 @@ class Result
     /**
      * Split a result array into highest ranked result and the rest
      *
-     * @param object[] $aResults  List of results to split.
+     * @param object[] $aResults List of results to split.
      *
      * @return array[]
      */
index 81caa71d807522ea18907b3a741817c3c98bbfab..67297dd1dcf3a6f992a50a099d7f89b25a06a906 100644 (file)
@@ -2,7 +2,7 @@
     $error = array(
               'code' => $exception->getCode(),
               'message' => $exception->getMessage()
-    );
+             );
 
     if (CONST_Debug) {
         $error['details'] = $exception->getFile() . '('. $exception->getLine() . ')';