Skip to content
Snippets Groups Projects
Verified Commit 850a8b53 authored by kksandr's avatar kksandr
Browse files

Fix standards

parent e268d6e7
Branches
Tags 1.2.0
No related merge requests found
Pipeline #308535 passed
......@@ -17,6 +17,8 @@ variables:
################
# Opt in variables
################
OPT_IN_TEST_PREVIOUS_MINOR: 0
OPT_IN_TEST_PREVIOUS_MAJOR: 0
OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_NEXT_MAJOR: 1
OPT_IN_TEST_MAX_PHP: 1
......
......
......@@ -33,7 +33,8 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"tbachert/spi": true
}
}
}
......@@ -6,7 +6,7 @@ parameters:
paths:
- .
excludePaths:
- ./vendor
- ./vendor (?)
reportUnmatchedIgnoredErrors: false
ignoreErrors:
# new static() is a best practice in Drupal, so we cannot fix that.
......
......
......@@ -4,9 +4,9 @@ declare(strict_types=1);
namespace Drupal\Tests\path_watcher\Functional;
use Drupal\path_watcher\Form\PathWatcherSettingsForm;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\WaitTerminateTestTrait;
use Drupal\path_watcher\Form\PathWatcherSettingsForm;
/**
* @covers \Drupal\path_watcher\PathWatcherManager
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment