Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
plugin-template
Commits
17550d61
Commit
17550d61
authored
4 years ago
by
dyszczo
Browse files
Options
Downloads
Patches
Plain Diff
fixed phpstan stubs, another library update
parent
2bf77d0e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
phpstan.neon.dist
+4
-2
4 additions, 2 deletions
phpstan.neon.dist
with
4 additions
and
2 deletions
phpstan.neon.dist
+
4
−
2
View file @
17550d61
...
@@ -9,8 +9,10 @@ parameters:
...
@@ -9,8 +9,10 @@ parameters:
level: max
level: max
paths:
paths:
- %currentWorkingDirectory%/src/
- %currentWorkingDirectory%/src/
autoload_files:
bootstrapFiles:
- %currentWorkingDirectory%/vendor/autoload.php
- %rootDir%/../../php-stubs/wordpress-stubs/wordpress-stubs.php
- %currentWorkingDirectory%/vendor/wpdesk/wp-wpdesk-composer/director/woocommerce-stubs.php
- %currentWorkingDirectory%/vendor/wpdesk/wp-wpdesk-composer/director/woocommerce-packages-stubs.php
excludes_analyse:
excludes_analyse:
- %currentWorkingDirectory%/src/Plugin/view/
- %currentWorkingDirectory%/src/Plugin/view/
ignoreErrors:
ignoreErrors:
...
...
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
register
or
sign in
to comment