Completed
Push — master ( 3d0560...124785 )
by Osma
17s queued 12s
created
model/Vocabulary.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -439,9 +439,9 @@
 block discarded – undo
439 439
         try {
440 440
             $conceptInfo = $sparql->queryConceptInfo($uri, $this->config->getArrayClassURI(), array($this), $clang);
441 441
         } catch (EasyRdf\Http\Exception | EasyRdf\Exception | Throwable $e) {
442
-             if ($this->model->getConfig()->getLogCaughtExceptions()) {
443
-                 error_log('Caught exception: ' . $e->getMessage());
444
-             }
442
+              if ($this->model->getConfig()->getLogCaughtExceptions()) {
443
+                  error_log('Caught exception: ' . $e->getMessage());
444
+              }
445 445
         }
446 446
         return $conceptInfo;
447 447
     }
Please login to merge, or discard this patch.