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 }}
symfony
/
css-selector
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
47
Star
7.4k
Code
Pull requests
0
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Security
Insights
Commits
Branch selector
208aca6
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 2, 2018
CS fix
nicolas-grekas
committed
208aca6
Copy full SHA for 208aca6
[CS] Enforces null type hint on last position in phpDocs
carusogabriel
committed
2867931
Copy full SHA for 2867931
Commits on Sep 8, 2018
Consistently throw exceptions on a single line
nicolas-grekas
committed
4cca41e
Copy full SHA for 4cca41e
Commits on Aug 29, 2018
Fix code examples in PHPDoc
maidmaid
committed
8cc66ed
Copy full SHA for 8cc66ed
Commits on Jul 26, 2018
Alpha-ordering for "use" statements
nicolas-grekas
committed
294611f
Copy full SHA for 294611f
Commits on Jul 24, 2018
Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
stof
committed
c2dfbf9
Copy full SHA for c2dfbf9
Commits on Mar 10, 2018
Merge branch '2.7' into 2.8
Show description for 3cdc270
fabpot
committed
3cdc270
Copy full SHA for 3cdc270
Commits on Mar 8, 2018
[CssSelector] Fix CSS identifiers parsing - they can start with dash
jakubkulhan
committed
0b49043
Copy full SHA for 0b49043
Commits on Feb 3, 2018
fix merge
nicolas-grekas
committed
99a4b2c
Copy full SHA for 99a4b2c
Merge branch '2.7' into 2.8
Show description for faff1c9
nicolas-grekas
committed
faff1c9
Copy full SHA for faff1c9
[CssSelector] For AND operator, the left operand should have parentheses, not only right operand
Arnaud CHASSEUX
authored and
nicolas-grekas
committed
e94061a
Copy full SHA for e94061a
Commits on Jan 3, 2018
Merge branch '2.7' into 2.8
Show description for c5b3967
fabpot
committed
c5b3967
Copy full SHA for c5b3967
fixed years in copyright
fabpot
committed
4f270b6
Copy full SHA for 4f270b6
Commits on Jan 2, 2018
Merge branch '2.7' into 2.8
Show description for cb37f2b
nicolas-grekas
committed
cb37f2b
Copy full SHA for cb37f2b
Commits on Dec 31, 2017
Update LICENSE year... forever
dunglas
committed
d985742
Copy full SHA for d985742
fixed some deprecation messages
fabpot
committed
5249473
Copy full SHA for 5249473
Commits on Dec 12, 2017
Merge branch '2.7' into 2.8
Show description for 10aac7b
nicolas-grekas
committed
10aac7b
Copy full SHA for 10aac7b
Refactoring tests.
carusogabriel
committed
57731e5
Copy full SHA for 57731e5
Commits on Dec 8, 2017
Merge branch '2.7' into 2.8
Show description for 99e25f6
nicolas-grekas
committed
99e25f6
Copy full SHA for 99e25f6
Remove some unused variables, properties and methods
tgalopin
committed
183193b
Copy full SHA for 183193b
Commits on Nov 5, 2017
Merge branch '2.7' into 2.8
Show description for b7b0414
nicolas-grekas
committed
b7b0414
Copy full SHA for b7b0414
Commits on Oct 29, 2017
Remove useless docblocks
nicolas-grekas
committed
c31c877
Copy full SHA for c31c877
Commits on Oct 24, 2017
Merge branch '2.7' into 2.8
Show description for 79ff4f6
nicolas-grekas
committed
79ff4f6
Copy full SHA for 79ff4f6
[DI] minor docblock fixes
nicolas-grekas
committed
7cc3ac2
Copy full SHA for 7cc3ac2
Commits on Oct 1, 2017
Merge branch '2.7' into 2.8
Show description for ef01ca1
nicolas-grekas
committed
ef01ca1
Copy full SHA for ef01ca1
Commits on Sep 30, 2017
minor #24342 removed useless PHPDoc (OskarStark)
Show description for cf66cb5
fabpot
committed
cf66cb5
Copy full SHA for cf66cb5
removed useless PHPDoc
OskarStark
authored and
fabpot
committed
801a1f5
Copy full SHA for 801a1f5
Commits on Sep 15, 2017
Merge branch '2.7' into 2.8
Show description for 76e67a2
nicolas-grekas
committed
76e67a2
Copy full SHA for 76e67a2
[CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
SpacePossum
authored and
nicolas-grekas
committed
668d0bb
Copy full SHA for 668d0bb
Commits on May 1, 2017
Merge branch '2.7' into 2.8
Show description for ba32046
fabpot
committed
ba32046
Copy full SHA for ba32046
Commits on Apr 29, 2017
Fix minor phpdoc mismatches with the code(detected by phan)
TysonAndre
authored and
fabpot
committed
f647c47
Copy full SHA for f647c47
Commits on Apr 12, 2017
Merge branch '2.7' into 2.8
Show description for e08f74f
fabpot
committed
e08f74f
Copy full SHA for e08f74f
fail when detecting risky tests
xabbuh
committed
b4d0d53
Copy full SHA for b4d0d53
Commits on Feb 21, 2017
Merge branch '2.7' into 2.8
Show description for 742bd68
nicolas-grekas
committed
742bd68
Copy full SHA for 742bd68
Further refactorings to PHPUnit namespaces
peterrehm
authored and
nicolas-grekas
committed
f63380e
Copy full SHA for f63380e
Pagination
Previous
Next
You can’t perform that action at this time.