Passed
Push — master ( c9a9e7...ad6c08 )
by NexusLink
02:20
created
src/WordFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function wrap($content, $width = 75, $break = "\n", $cut = false) {
25 25
 
26
-        if(!empty($content))
26
+        if (!empty($content))
27 27
         {
28 28
             return wordwrap($content, $width, $break, $cut);
29 29
         }
Please login to merge, or discard this patch.