Skip to content

Commit

Permalink
Add commented code about PHPStan usage with PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Jun 4, 2024
1 parent 09df5db commit 6871976
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.3.2
=====

* (improvements) Add commented code about PHPStan usage with PHPUnit.


1.3.1
=====

Expand Down
8 changes: 7 additions & 1 deletion _init/library/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
includes:
- vendor/21torr/janus/phpstan/lib.neon
- vendor/21torr/janus/phpstan/lib.neon

# If you use simple-phpunit, you need to uncomment the following line.
# Always make sure to first run simple-phpunit and then PHPStan.
# parameters:
# bootstrapFiles:
# - vendor/bin/.phpunit/phpunit/vendor/autoload.php
8 changes: 7 additions & 1 deletion _init/symfony/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
includes:
- vendor/21torr/janus/phpstan/symfony.neon
- vendor/21torr/janus/phpstan/symfony.neon

# If you use simple-phpunit, you need to uncomment the following line.
# Always make sure to first run simple-phpunit and then PHPStan.
# parameters:
# bootstrapFiles:
# - vendor/bin/.phpunit/phpunit/vendor/autoload.php

0 comments on commit 6871976

Please sign in to comment.