Skip to content

Commit

Permalink
fix: phpstan line indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmikita committed May 6, 2024
1 parent e2e31db commit 8ca521c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
includes:
- vendor/szepeviktor/phpstan-wordpress/extension.neon
- phpstan-baseline.neon
- vendor/szepeviktor/phpstan-wordpress/extension.neon
- phpstan-baseline.neon
parameters:
level: max
inferPrivatePropertyTypeFromConstructor: true
scanFiles:
- vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php
paths:
- notification.php
- load.php
- uninstall.php
- src/
- compat/
typeAliases:
level: max
inferPrivatePropertyTypeFromConstructor: true
scanFiles:
- vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php
paths:
- notification.php
- load.php
- uninstall.php
- src/
- compat/
typeAliases:
NotificationData: '''
array{
hash?: string,
Expand All @@ -24,6 +24,6 @@ parameters:
version?: int,
}
'''
excludePaths:
- dependencies/
- src/Utils/EDDUpdater.php
excludePaths:
- dependencies/
- src/Utils/EDDUpdater.php

0 comments on commit 8ca521c

Please sign in to comment.