Test Failed
Push — master ( d0a4ef...acab14 )
by Josh
03:29
created
src/Blendable/Blendable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -608,7 +608,7 @@
 block discarded – undo
608 608
         if ($data == false) {
609 609
             if ($this->type == 'blend') {
610 610
                 $this->blender->outError('Error: Seed could not be found: '.$seed_key);
611
-                throw new BlendableException('Error: Seed could not be found: '.$seed_key . ' in '. print_r($this->seedCacheOptions, true));
611
+                throw new BlendableException('Error: Seed could not be found: '.$seed_key.' in '.print_r($this->seedCacheOptions, true));
612 612
             }
613 613
 
614 614
         } else {
Please login to merge, or discard this patch.