Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
phpstan
/
phpdoc-parser
Public
Notifications
You must be signed in to change notification settings
Fork
66
Star
1.5k
Code
Issues
7
Pull requests
8
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
f461deb
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 16, 2019
add php 7.4snapshot
andreybolonin
authored and
ondrejmirtes
committed
f461deb
Copy full SHA for f461deb
Updated PHPStan
ondrejmirtes
committed
2b0db7c
Copy full SHA for 2b0db7c
Open 0.4-dev
ondrejmirtes
committed
f6ab3f8
Copy full SHA for f6ab3f8
Support @extends, @implements, @uses
arnaud-lb
authored and
ondrejmirtes
committed
14346cb
Copy full SHA for 14346cb
Commits on Jun 7, 2019
Add parse error test
arnaud-lb
authored and
ondrejmirtes
committed
8c4ef2a
Copy full SHA for 8c4ef2a
Allow only identifiers and integers in keys
arnaud-lb
authored and
ondrejmirtes
committed
9b27b84
Copy full SHA for 9b27b84
Add parse error test
arnaud-lb
authored and
ondrejmirtes
committed
12324c4
Copy full SHA for 12324c4
Disallow whitespaces between 'array' and '{'
arnaud-lb
authored and
ondrejmirtes
committed
1e2a8ec
Copy full SHA for 1e2a8ec
Array shapes support
arnaud-lb
authored and
ondrejmirtes
committed
c6ffc4b
Copy full SHA for c6ffc4b
Commits on May 28, 2019
Fix skipped new lines
mglaman
authored and
ondrejmirtes
committed
ab518a5
Copy full SHA for ab518a5
Use "\n"
mglaman
authored and
ondrejmirtes
committed
13d62b8
Copy full SHA for 13d62b8
Fix and remove heredoc
mglaman
authored and
ondrejmirtes
committed
671e1a2
Copy full SHA for 671e1a2
Add a real world example
mglaman
authored and
ondrejmirtes
committed
16cfaee
Copy full SHA for 16cfaee
Support multiple line descriptions for all tags
mglaman
authored and
ondrejmirtes
committed
21b93d8
Copy full SHA for 21b93d8
Combine multiple line deprecation messages
mglaman
authored and
ondrejmirtes
committed
deaac7c
Copy full SHA for deaac7c
Commits on May 21, 2019
Support @template tag
arnaud-lb
authored and
ondrejmirtes
committed
847540a
Copy full SHA for 847540a
Commits on Apr 23, 2019
Missing method getDeprecatedTagValues()
ondrejmirtes
committed
472d316
Copy full SHA for 472d316
Description is required (but might be empty)
ondrejmirtes
committed
9558a70
Copy full SHA for 9558a70
Support deprecated tags
mglaman
authored and
ondrejmirtes
committed
7b31746
Copy full SHA for 7b31746
Updated coding standard
ondrejmirtes
committed
a3dbd6c
Copy full SHA for a3dbd6c
Commits on Mar 15, 2019
travis: run on php 7.3 (#22)
adaamz
authored and
JanTvrdik
committed
c46bef1
Copy full SHA for c46bef1
Commits on Jan 15, 2019
ParamTagValueNode: fix phpdoc for $parameterName (#20)
Show description for f5169ab
kukulich
authored and
JanTvrdik
committed
f5169ab
Copy full SHA for f5169ab
Commits on Jan 14, 2019
Made PhpDocParser::parseTagValue() public
ondrejmirtes
committed
2cc49f4
Copy full SHA for 2cc49f4
PHPStan 0.10 is stable
ondrejmirtes
committed
b14768b
Copy full SHA for b14768b
Commits on Aug 9, 2018
PhpDocParserTest: fix wrong PhpDoc annotation (#17)
CountZero1981
authored and
JanTvrdik
committed
341272a
Copy full SHA for 341272a
Commits on Jun 20, 2018
minimum-stability dev is not necessary
ondrejmirtes
committed
ed32233
Copy full SHA for ed32233
Fixed potential TypeError
ondrejmirtes
committed
5415ec7
Copy full SHA for 5415ec7
Commits on May 10, 2018
PhpDocNode: add getThrowsTagValues() (#12)
pepakriz
authored and
JanTvrdik
committed
850b167
Copy full SHA for 850b167
Commits on Apr 30, 2018
fix issues found by phpstan
JanTvrdik
committed
aa22c2f
Copy full SHA for aa22c2f
composer: require phpstan 0.10-dev
JanTvrdik
committed
0a3911f
Copy full SHA for 0a3911f
composer: change branch-alias for master to 0.3-dev
JanTvrdik
committed
9b7d002
Copy full SHA for 9b7d002
require PHP 7.1+
JanTvrdik
committed
f4ff265
Copy full SHA for f4ff265
Lexer: fix missing label for TOKEN_PHPDOC_EOL
JanTvrdik
committed
fdaf1f0
Copy full SHA for fdaf1f0
Commits on Apr 25, 2018
TypeParser: add recovery from failure to parse callable type
JanTvrdik
committed
044411a
Copy full SHA for 044411a
TypeParser: add support for callable types
JanTvrdik
committed
5251b5b
Copy full SHA for 5251b5b
Pagination
Previous
Next
You can’t perform that action at this time.