Passed
Push — master ( 441f91...ac4843 )
by butschster
11:16
created
foo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 function join_three_words($word1, $word2, $word3): string
4 4
 {
5
-    return $word1 . ' ' . $word2 . ' ' . $word3;
5
+    return $word1.' '.$word2.' '.$word3;
6 6
 }
7 7
 
8 8
 $a = 'Hello';
Please login to merge, or discard this patch.