mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 03:26:26 +00:00
Fix phpstan, cs & phpdoc
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user