We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bc262 commit f527829Copy full SHA for f527829
Twig/Extension/ImageAssetsExtension.php
@@ -44,7 +44,7 @@ public function getFilters(): array
44
*
45
* @return string The public path.
46
*/
47
- public function asset(object $object, string $field): string
+ public function asset(object $object, string $field): ?string
48
{
49
$params = func_get_args();
50
0 commit comments