File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
tests/PhpSpreadsheetTests/Writer/Xlsx Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ public function hasRibbonBinObjects(): bool
413413 }
414414
415415 /**
416- * This workbook have in cell images
416+ * This workbook has in cell images.
417417 */
418418 public function hasInCellDrawings (): bool
419419 {
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ class Metadata extends WriterPart
1010 /**
1111 * Write content types to XML format.
1212 *
13- * @param int $richDataCount
14- *
1513 * @return string XML Output
1614 */
1715 public function writeMetadata (int $ richDataCount = 0 ): string
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ public function testPictureInCell(): void
2121 $ reloadedSpreadsheet = $ this ->writeAndReload ($ spreadsheet , 'Xlsx ' );
2222
2323 $ spreadsheet ->disconnectWorksheets ();
24- self ::assertNotNull ($ reloadedSpreadsheet ->getSheet (0 ));
2524
2625 $ sheet = $ reloadedSpreadsheet ->getSheet (0 );
2726 $ drawings = $ sheet ->getInCellDrawingCollection ();
You can’t perform that action at this time.
0 commit comments