Completed
Pull Request — develop (#578)
by
unknown
64:51
created
tests/PhpSpreadsheetTests/Style/BorderRangeTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -45,10 +45,10 @@
 block discarded – undo
45 45
             'B' => 'Bottom',
46 46
         );
47 47
 
48
-        foreach($expectations as $cell => $borders) {
48
+        foreach ($expectations as $cell => $borders) {
49 49
             $bs = $sheet->getStyle($cell)->getBorders();
50
-            foreach($sides as $sidekey => $side) {
51
-                $assertion =  "setBorderStyle on a range of cells, $cell $side";
50
+            foreach ($sides as $sidekey => $side) {
51
+                $assertion = "setBorderStyle on a range of cells, $cell $side";
52 52
                 $func = "get$side";
53 53
                 $b = $bs->$func(); // boo
54 54
 
Please login to merge, or discard this patch.