Completed
Pull Request — develop (#809)
by
unknown
64:59
created
src/PhpSpreadsheet/Calculation/LookupRef.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -725,7 +725,7 @@
 block discarded – undo
725 725
                     // Spreadsheets software returns first exact match,
726 726
                     (strtolower($rowData[$firstColumn]) == strtolower($lookup_value))
727 727
                     // we have sorted and we might have broken key orders
728
-					// we want the first one (by its initial index)
728
+                    // we want the first one (by its initial index)
729 729
                     && (($rowNumber == false) || ($rowKey < $rowNumber))
730 730
                 ) {
731 731
                     $rowNumber = $rowKey;
Please login to merge, or discard this patch.