Skip to content

Commit 1cdc2fb

Browse files
committed
[TASK] Prepare release
1 parent be4f245 commit 1cdc2fb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Build/phpstan/Core11/phpstan-baseline.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parameters:
3131
path: ../../../Classes/Domain/Repository/GlossaryRepository.php
3232

3333
-
34-
message: "#^Method WebVision\\\\WvDeepltranslate\\\\Domain\\\\Repository\\\\GlossaryRepository\\:\\:getLocalizedEntries\\(\\) should return array\\<int, array\\{uid\\: int, term\\: string, l10n_parent\\: int\\}\\> but returns array\\<int\\|string, array\\<string, mixed\\>\\>\\.$#"
34+
message: "#^Method WebVision\\\\WvDeepltranslate\\\\Domain\\\\Repository\\\\GlossaryRepository\\:\\:getLocalizedEntries\\(\\) should return array\\<int, array\\{uid\\: int, term\\: string, l10n_parent\\: int\\}\\> but returns array\\<array\\<string, mixed\\>\\>\\.$#"
3535
count: 1
3636
path: ../../../Classes/Domain/Repository/GlossaryRepository.php
3737

Build/phpstan/Core12/phpstan-baseline.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parameters:
2626
path: ../../../Classes/Domain/Repository/GlossaryRepository.php
2727

2828
-
29-
message: "#^Method WebVision\\\\WvDeepltranslate\\\\Domain\\\\Repository\\\\GlossaryRepository\\:\\:getLocalizedEntries\\(\\) should return array\\<int, array\\{uid\\: int, term\\: string, l10n_parent\\: int\\}\\> but returns array\\<int\\|string, array\\<string, mixed\\>\\>\\.$#"
29+
message: "#^Method WebVision\\\\WvDeepltranslate\\\\Domain\\\\Repository\\\\GlossaryRepository\\:\\:getLocalizedEntries\\(\\) should return array\\<int, array\\{uid\\: int, term\\: string, l10n_parent\\: int\\}\\> but returns array\\<array\\<string, mixed\\>\\>\\.$#"
3030
count: 1
3131
path: ../../../Classes/Domain/Repository/GlossaryRepository.php
3232

ext_emconf.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'author_company' => 'web-vision GmbH',
1919
'author_email' => '[email protected]',
2020
'state' => 'stable',
21-
'version' => '4.4.2',
21+
'version' => '4.4.3',
2222
'constraints' => [
2323
'depends' => [
2424
'php' => '7.4.0-8.3.99',
@@ -33,6 +33,8 @@
3333
'autoload' => [
3434
'psr-4' => [
3535
'WebVision\\WvDeepltranslate\\' => 'Classes',
36+
'DeepL\\' => 'vendor/deeplcom/deepl-php/src',
37+
'Http\\Discovery\\' => 'vendor/php-http/discovery/src',
3638
],
3739
],
3840
];

0 commit comments

Comments
 (0)