Skip to content

Commit 6d87aa5

Browse files
author
Thomas Lallement
committed
Fix phpstan, cs & phpdoc
1 parent f414142 commit 6d87aa5

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/PhpSpreadsheet/Spreadsheet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

src/PhpSpreadsheet/Writer/Xlsx/Metadata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

tests/PhpSpreadsheetTests/Writer/Xlsx/DrawingInCellTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)