Passed
Push — master ( 3f6669...8e7466 )
by Josh
02:21
created
src/Blendable/Blendable.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -517,8 +517,8 @@  discard block
 block discarded – undo
517 517
     {
518 518
         if ($this->unique_key_length_limit > 0 && is_string($criteria) && strlen($criteria) > $this->unique_key_length_limit) {
519 519
             throw new BlendableKeyLengthException(
520
-                'Error: '.$this->unique_key_column . ' is limited to '.
521
-                $this->unique_key_length_limit .' and '.$criteria.' is '. strlen($criteria) . ' characters'
520
+                'Error: '.$this->unique_key_column.' is limited to '.
521
+                $this->unique_key_length_limit.' and '.$criteria.' is '.strlen($criteria).' characters'
522 522
             );
523 523
         }
524 524
 
@@ -621,7 +621,7 @@  discard block
 block discarded – undo
621 621
         if ($data == false) {
622 622
             if ($this->type == 'blend') {
623 623
                 $this->blender->outError('Error: Seed could not be found: '.$seed_key);
624
-                throw new BlendableException('Error: Seed could not be found: '.$seed_key . ' in '. print_r($this->seedCacheOptions, true));
624
+                throw new BlendableException('Error: Seed could not be found: '.$seed_key.' in '.print_r($this->seedCacheOptions, true));
625 625
             }
626 626
 
627 627
         } else {
Please login to merge, or discard this patch.