Skip to content

Commit

Permalink
adding package corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Oct 26, 2023
1 parent 7c77b2c commit 0f50a2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
"infinum/eightshift-coding-standards": "2.0.0-beta",
"php-stubs/wordpress-stubs": "^6.3",
"szepeviktor/phpstan-wordpress": "^1.1.7"
"szepeviktor/phpstan-wordpress": "^1.1.7",
"wp-cli/wp-cli": "^2.9"
},
"require": {
"php": "^7.4 || >=8.0",
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="180" />
<property name="lineLimit" value="300" />
<property name="ignoreComments" value="true" />
</properties>
</rule>
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ parameters:
- '#^Variable \$innerBlockContent might not be defined\.#'
- '#^Variable \$this might not be defined\.#'
- '#^Variable \$templatePath might not be defined\.#'
checkGenericClassInNonGenericObjectType: false

0 comments on commit 0f50a2b

Please sign in to comment.