Passed
Push — master ( a394d9...32bda9 )
by
unknown
03:24 queued 14s
created
Classes/ExpressionLanguage/DocumentTypeFunctionProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.