Skip to content

Commit 87362dd

Browse files
committed
add mostly native typehints to all files in hamcrest
1 parent 907ec12 commit 87362dd

73 files changed

Lines changed: 782 additions & 480 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Justfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ watch-phpstan *args='':
1919
find hamcrest/ tests/ -name '*.php' | entr {{ php }} vendor/bin/phpstan "${@}"
2020

2121
phpunit *args='':
22-
{{ php }} vendor/bin/phpunit --config=tests/phpunit.xml.dist "${@}"
22+
{{ php }} vendor/bin/phpunit --config=tests/phpunit.xml "${@}"
2323

2424
composer *args='':
2525
{{ composer }} "${@}"
2626

27-
units:
28-
just phpunit --exclude-group=integration
29-
3027
phpstan-generate-baseline:
3128
just phpstan analyse --generate-baseline=tests/phpstan-baseline.neon
3229

0 commit comments

Comments
 (0)