Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
hamcrest
/
hamcrest-php
Public
Notifications
You must be signed in to change notification settings
Fork
47
Star
7k
Code
Issues
10
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add native typhints to all hamcrest classes (+ install phpstan)
- #88
#88
Merged
aik099
merged 15 commits into
hamcrest:master
hamcrest/hamcrest-php:master
from
pscheit:phpstan-and-types
pscheit/hamcrest-php:phpstan-and-types
Copy head branch name to clipboard
Jul 31, 2025
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Add native typhints to all hamcrest classes (+ install phpstan)
#88
aik099
merged 15 commits into
hamcrest:master
hamcrest/hamcrest-php:master
from
pscheit:phpstan-and-types
pscheit/hamcrest-php:phpstan-and-types
Copy head branch name to clipboard
Commits
Commits on Jul 26, 2025
add a simple Justfile to run in php7.4 and execute phpunit from the current working directory instead of in tests
pscheit
committed
eded4bd
View commit details
Copy full SHA for eded4bd
Browse repository at this point
install phpstan and configure including baseline
pscheit
committed
2436a19
View commit details
Copy full SHA for 2436a19
Browse repository at this point
add mostly native typehints to all files in hamcrest
pscheit
committed
db81cfa
View commit details
Copy full SHA for db81cfa
Browse repository at this point
cleanup gitignore and justfile
pscheit
committed
f75c291
View commit details
Copy full SHA for f75c291
Browse repository at this point
codestyling
pscheit
committed
8c6d2a3
View commit details
Copy full SHA for 8c6d2a3
Browse repository at this point
Generate the files instead of modifying them and fix the code generator to do so
pscheit
committed
3603c58
View commit details
Copy full SHA for 3603c58
Browse repository at this point
fix the return type of the Description interface to be static instead of self
pscheit
committed
ef3183e
View commit details
Copy full SHA for ef3183e
Browse repository at this point
Can use native Matcher typehints for the privates in IsArrayContainingKeyValuePair
pscheit
committed
39afaff
View commit details
Copy full SHA for 39afaff
Browse repository at this point
return the return type of the called method when generating factory methods and calls
pscheit
committed
2564fba
View commit details
Copy full SHA for 2564fba
Browse repository at this point
regenerate Matchers and Hamcrest to resolve conflicts
pscheit
committed
cbdee96
View commit details
Copy full SHA for cbdee96
Browse repository at this point
remove the dump
pscheit
committed
fb89dbc
View commit details
Copy full SHA for fb89dbc
Browse repository at this point
Commits on Jul 29, 2025
revert wrong change in composer.json
pscheit
committed
7e813dd
View commit details
Copy full SHA for 7e813dd
Browse repository at this point
Commits on Jul 30, 2025
add PHPStan to the CI in GitHub Actions
pscheit
committed
a957171
View commit details
Copy full SHA for a957171
Browse repository at this point
Commits on Jul 31, 2025
run only on php 8.0
pscheit
committed
27146b1
View commit details
Copy full SHA for 27146b1
Browse repository at this point
move CI configuration into one file and add the static analysis there
pscheit
committed
96a6a10
View commit details
Copy full SHA for 96a6a10
Browse repository at this point
You can’t perform that action at this time.