diff --git a/composer.json b/composer.json index ba0b5e2..bd9220e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,6 @@ "brain/monkey": "^2.6", "mikey179/vfsstream": "^2.0", "mockery/mockery": "^1.5", - "php-stubs/wordpress-stubs": "~6.2.0", "roots/wordpress-no-content": "~6.2.0" }, "autoload": { diff --git a/psalm.xml b/psalm.xml index ad06cf9..2e17bea 100644 --- a/psalm.xml +++ b/psalm.xml @@ -21,8 +21,17 @@ + + + + + + - + + + + diff --git a/src/Provider/ServiceIntegration.php b/src/Provider/ServiceIntegration.php index dc15246..acd248e 100644 --- a/src/Provider/ServiceIntegration.php +++ b/src/Provider/ServiceIntegration.php @@ -39,7 +39,7 @@ public function boot(App\Container $c): bool // phpcs:disable Inpsyde.CodeQuality.LineLength.TooLong if ($this->isGutenbergPluginActive()) { $this->notice->addNotice( - __( + \__( 'Gutenberg Version Manager cannot activate the Gutenberg plugin because a version of it is currently active. Please disable the Gutenberg plugin first.', 'gutenberg-versions-manager' ),