@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | if ($doc->ready) { |
| 117 | 117 | return $doc; |
| 118 | 118 | } else { |
| 119 | - $this->logger->warning('Failed to load document with UID ' . $piVars['id']); |
|
| 119 | + $this->logger->warning('Failed to load document with UID '.$piVars['id']); |
|
| 120 | 120 | } |
| 121 | 121 | } elseif (!empty($piVars['recordId'])) { |
| 122 | 122 | $queryBuilder = GeneralUtility::makeInstance(ConnectionPool::class) |
@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | // Try to load document. |
| 138 | 138 | return $this->loadDocument(['id' => $resArray['uid']]); |
| 139 | 139 | } else { |
| 140 | - $this->logger->warning('Failed to load document with record ID "' . $piVars['recordId'] . '"'); |
|
| 140 | + $this->logger->warning('Failed to load document with record ID "'.$piVars['recordId'].'"'); |
|
| 141 | 141 | } |
| 142 | 142 | } |
| 143 | 143 | } |