Completed
Pull Request — master (#307)
by
unknown
24:27 queued 14:56
created
src/Cdb/Description/MergedDescription.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
         }
48 48
 
49 49
         throw new \InvalidArgumentException(
50
-            'Could not create MergedDescription object from given ' . get_class($detail) . '.'
50
+            'Could not create MergedDescription object from given '.get_class($detail).'.'
51 51
         );
52 52
     }
53 53
 
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
         if ($shortIncludedInLong) {
84 84
             return new MergedDescription($longAsString);
85 85
         } else {
86
-            return new MergedDescription($shortAsString . PHP_EOL . PHP_EOL . $longAsString);
86
+            return new MergedDescription($shortAsString.PHP_EOL.PHP_EOL.$longAsString);
87 87
         }
88 88
     }
89 89
 
Please login to merge, or discard this patch.