Completed
Pull Request — develop (#831)
by
unknown
64:35
created
tests/PhpSpreadsheetTests/Reader/HtmlTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         self::assertSame($expected, $actual);
45 45
     }
46 46
 
47
-    public function testBackgroundColorInRanding(){
47
+    public function testBackgroundColorInRanding() {
48 48
         $html = '<table>
49 49
                     <tr>
50 50
                         <td style="background-color: #000000;color: #FFFFFF">Blue background</td>
Please login to merge, or discard this patch.