Fix phpstan, cs & phpdoc

This commit is contained in:
Thomas Lallement
2025-10-04 01:37:01 +02:00
parent 35074f377b
commit bb99f0a2d9
3 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ class Spreadsheet implements JsonSerializable
}
/**
* This workbook have in cell images
* This workbook has in cell images.
*/
public function hasInCellDrawings(): bool
{
@@ -10,8 +10,6 @@ class Metadata extends WriterPart
/**
* Write content types to XML format.
*
* @param int $richDataCount
*
* @return string XML Output
*/
public function writeMetadata(int $richDataCount = 0): string
@@ -21,7 +21,6 @@ class DrawingInCellTest extends AbstractFunctional
$reloadedSpreadsheet = $this->writeAndReload($spreadsheet, 'Xlsx');
$spreadsheet->disconnectWorksheets();
self::assertNotNull($reloadedSpreadsheet->getSheet(0));
$sheet = $reloadedSpreadsheet->getSheet(0);
$drawings = $sheet->getInCellDrawingCollection();