Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
path_watcher
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
path_watcher
Commits
850a8b53
Verified
Commit
850a8b53
authored
Oct 13, 2024
by
kksandr
Browse files
Options
Downloads
Patches
Plain Diff
Fix standards
parent
e268d6e7
Branches
Branches containing commit
Tags
1.2.0
No related merge requests found
Pipeline
#308535
passed
Oct 13, 2024
Stage: build
Stage: validate
Stage: test
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
composer.json
+2
-1
2 additions, 1 deletion
composer.json
phpstan.neon
+1
-1
1 addition, 1 deletion
phpstan.neon
tests/src/Functional/PathWatcherTest.php
+1
-1
1 addition, 1 deletion
tests/src/Functional/PathWatcherTest.php
with
6 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
0
View file @
850a8b53
...
...
@@ -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
...
...
...
...
This diff is collapsed.
Click to expand it.
composer.json
+
2
−
1
View file @
850a8b53
...
...
@@ -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
}
}
}
This diff is collapsed.
Click to expand it.
phpstan.neon
+
1
−
1
View file @
850a8b53
...
...
@@ -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.
...
...
...
...
This diff is collapsed.
Click to expand it.
tests/src/Functional/PathWatcherTest.php
+
1
−
1
View file @
850a8b53
...
...
@@ -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
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment