Skip to content

Commit 9fa7de4

Browse files
committed
svgPlaceholder method
1 parent f9f8ba4 commit 9fa7de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WezomAgency/R2D2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function svgSymbol($id, $attrs = [], $spritemap = null)
269269
* @param int|null $height
270270
* @return string
271271
*/
272-
public function svgPlaceholder(?int $width = 100, ?int $height = 100)
272+
public function svgPlaceholder($width = 100, $height = 100)
273273
{
274274
return htmlspecialchars('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="' . $width . '" height="' . $height . '"></svg>');
275275
}

0 commit comments

Comments
 (0)