Completed
Pull Request — develop (#616)
by
unknown
63:00
created
src/PhpSpreadsheet/Reader/Xlsx.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -940,8 +940,8 @@  discard block
 block discarded – undo
940 940
                             $rowsAttributesSet = [];
941 941
                             foreach ($columnsAttributes as $coordColumn => $columnAttributes) {
942 942
                                 foreach ($rowsAttributes as $coordRow => $rowAttributes) {
943
-                                    if($this->getReadFilter() !== null) {
944
-                                        if(!$this->getReadFilter()->readCell($coordColumn, $coordRow, $docSheet->getTitle())) {
943
+                                    if ($this->getReadFilter() !== null) {
944
+                                        if (!$this->getReadFilter()->readCell($coordColumn, $coordRow, $docSheet->getTitle())) {
945 945
                                             continue 2;
946 946
                                         }
947 947
                                     }
@@ -953,8 +953,8 @@  discard block
 block discarded – undo
953 953
                             }
954 954
                             foreach ($rowsAttributes as $coordRow => $rowAttributes) {
955 955
                                 foreach ($columnsAttributes as $coordColumn => $columnAttributes) {
956
-                                    if($this->getReadFilter() !== null) {
957
-                                        if(!$this->getReadFilter()->readCell($coordColumn, $coordRow, $docSheet->getTitle())) {
956
+                                    if ($this->getReadFilter() !== null) {
957
+                                        if (!$this->getReadFilter()->readCell($coordColumn, $coordRow, $docSheet->getTitle())) {
958 958
                                             continue 2;
959 959
                                         }
960 960
                                     }
Please login to merge, or discard this patch.