Completed
Push — master ( 26d7ed...da315f )
by Stefan
04:47 queued 02:12
created
src/OneSheet/Style/Border.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,9 @@
 block discarded – undo
58 58
      */
59 59
     public function asXml()
60 60
     {
61
-        if (!count($this->styles)) return '<border/>';
61
+        if (!count($this->styles)) {
62
+         return '<border/>';
63
+        }
62 64
 
63 65
         $borderXml = '';
64 66
         foreach (array('left', 'right', 'top', 'bottom', 'diagonal') as $type) {
Please login to merge, or discard this patch.