Passed
Pull Request — develop (#121)
by Sebastian
05:37
created
src/Util/StringHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     {
78 78
         $wordArray = explode(" ", $text);
79 79
 
80
-        array_walk($wordArray, function (&$word) {
80
+        array_walk($wordArray, function(&$word) {
81 81
             $word = ucfirst($word);
82 82
         });
83 83
 
Please login to merge, or discard this patch.