File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77use HTMLPurifier_HTML5Config ;
88use HtmlTruncator \InvalidHtmlException ;
99use HtmlTruncator \Truncator ;
10+ use Override ;
1011use Psr \Log \LoggerInterface ;
1112use Symfony \Component \HttpFoundation \RequestStack ;
1213use Symfony \Component \Translation \DataCollector \TranslationDataCollector ;
@@ -35,12 +36,11 @@ public function __construct(
3536 private readonly LoggerInterface $ logger ,
3637 /** @var false|string[] */
3738 private readonly array $ locales ,
38- private readonly string $ publicDirectory
39- )
40- {
39+ private readonly string $ publicDirectory ,
40+ ) {
4141 }
4242
43- #[\ Override]
43+ #[Override]
4444 public function getFunctions (): array
4545 {
4646 return [
@@ -106,7 +106,7 @@ public function privacy(string $isoDate): string
106106 return $ date ->diffForHumans ();
107107 }
108108
109- #[\ Override]
109+ #[Override]
110110 public function getFilters (): array
111111 {
112112 return [
You can’t perform that action at this time.
0 commit comments