Skip to content

Commit

Permalink
Merge pull request #709 from equalizedigital/william/704/add-phpstan-…
Browse files Browse the repository at this point in the history
…to-the-project

Add PHPStan to the project
  • Loading branch information
pattonwebz committed Jul 11, 2024
2 parents 1ceddc4 + 1af3931 commit 79b9fa2
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 48 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
"wp-coding-standards/wpcs": "^3.0",
"equalizedigital/accessibility-checker-wp-env": "*",
"doctrine/instantiator": "^1.3.1",
"wp-phpunit/wp-phpunit": "*"
"wp-phpunit/wp-phpunit": "*",
"phpstan/phpstan": "^1.11",
"phpstan/extension-installer": "^1.4",
"szepeviktor/phpstan-wordpress": "^1.3"
},
"require": {
"davechild/textstatistics": "dev-master",
Expand Down Expand Up @@ -75,4 +78,4 @@
"@php ./vendor/phpunit/phpunit/phpunit --testdox"
]
}
}
}
Loading

0 comments on commit 79b9fa2

Please sign in to comment.