Passed
Branch master (29f299)
by Tim
20:45 queued 10:35
created
src/EntitySource.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
         } catch (Exception $e) {
178 178
             Logger::error(
179 179
                 $this->logLoc . 'Unable to parse metadata from ' .
180
-                  var_export($this->url, true) . ': ' . $e->getMessage()
180
+                    var_export($this->url, true) . ': ' . $e->getMessage()
181 181
             );
182 182
             return null;
183 183
         }
Please login to merge, or discard this patch.