1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix: Run 'make coding-standards'

This commit is contained in:
Andreas Möller
2023-12-07 11:43:38 +01:00
committed by Derick Rethans
parent 384f1dbc0a
commit 57b259ea59

View File

@@ -99,7 +99,7 @@ function make_image($file, $alt = false, $align = false, $extras = false,
($alt ?: ''),
$sizeparams,
$align,
($extras ? ' ' . $extras : ''),
($extras ? ' ' . $extras : ''),
);
}