Passed
Push — develop ( 4fe43f...a011cf )
by Greg
06:31
created
app/Module/ClippingsCartModule.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
 
259 259
         // Create a source, to indicate the source of the data.
260 260
         $filetext .= "0 @WEBTREES@ SOUR\n1 TITL " . WT_BASE_URL . "\n";
261
-        $author   = $this->user_service->find((int) $tree->getPreference('CONTACT_USER_ID'));
261
+        $author = $this->user_service->find((int) $tree->getPreference('CONTACT_USER_ID'));
262 262
         if ($author !== null) {
263 263
             $filetext .= '1 AUTH ' . $author->realName() . "\n";
264 264
         }
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
         // Need to force-close the filesystem
278 278
         unset($zip_filesystem);
279 279
 
280
-        $stream   = app(StreamFactoryInterface::class)->createStreamFromFile($temp_zip_file);
280
+        $stream = app(StreamFactoryInterface::class)->createStreamFromFile($temp_zip_file);
281 281
 
282 282
         return app(ResponseFactoryInterface::class)
283 283
             ->createResponse()
Please login to merge, or discard this patch.