Skip to content

Commit 6d9c613

Browse files
author
roadiz-ci
committed
Merge branch hotfix/2.7.39
1 parent eb9b370 commit 6d9c613

4 files changed

Lines changed: 2 additions & 73 deletions

File tree

.github/workflows/run-test.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2025 Ambroise Maupate
3+
Copyright © 2026 Ambroise Maupate
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

phpstan.neon

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/TwigExtension/DocumentExtension.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ public function display(?BaseDocumentInterface $document = null, ?array $options
106106

107107
return '';
108108
}
109-
if (null === $options) {
110-
$options = [];
111-
}
109+
$options ??= [];
112110
try {
113111
return $this->renderer->render($document, $options);
114112
} catch (InvalidEmbedId $embedException) {

0 commit comments

Comments
 (0)