fix phpcs offences

This commit is contained in:
Sarah Hoffmann
2018-11-20 23:05:56 +01:00
parent 409ded385f
commit b6b1c23575
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ class Result
/** /**
* Split a result array into highest ranked result and the rest * 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[] * @return array[]
*/ */

View File

@@ -2,7 +2,7 @@
$error = array( $error = array(
'code' => $exception->getCode(), 'code' => $exception->getCode(),
'message' => $exception->getMessage() 'message' => $exception->getMessage()
); );
if (CONST_Debug) { if (CONST_Debug) {
$error['details'] = $exception->getFile() . '('. $exception->getLine() . ')'; $error['details'] = $exception->getFile() . '('. $exception->getLine() . ')';