Address Some Coverage Issues

I hoped to address more in Sample 25, but there were some peculiar problems. I will continue to work on those, but no reason to delay what is working.
This commit is contained in:
oleibman
2026-08-09 18:45:41 -07:00
parent 78221785c1
commit 229ae783df
3 changed files with 29 additions and 40 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ $spreadsheet->getProperties()->setCreator('Maarten Balliauw')
// Generate an image
$helper->log('Generate an image');
$gdImage = imagecreatetruecolor(120, 20);
$gdImage = imagecreatetruecolor(150, 20);
if (!$gdImage) {
throw new Exception('Cannot Initialize new GD image stream');
}