Completed
Pull Request — develop (#490)
by Georgio
64:19
created
src/PhpSpreadsheet/Reader/Xlsx.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2450,7 +2450,7 @@
 block discarded – undo
2450 2450
     {
2451 2451
         $hlinkClick = $cellAnchor->pic->nvPicPr->cNvPr->children('http://schemas.openxmlformats.org/drawingml/2006/main')->hlinkClick;
2452 2452
 
2453
-        if($hlinkClick->count() === 0){
2453
+        if ($hlinkClick->count() === 0) {
2454 2454
             return;
2455 2455
         }
2456 2456
 
Please login to merge, or discard this patch.