Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refine routes list functionality #58
base: 2.10.x
Are you sure you want to change the base?
Refine routes list functionality #58
Changes from all commits
7e76f37
0e75926
b42ad5e
bb8a3d1
d75d4ba
59d84bb
86d1531
5037475
26bf4e1
0f86b2a
903ed62
3083c20
73e9dc2
cd023e6
7362681
9969934
3b83456
6c60b57
925c90f
dac21eb
fbc82c8
17ba639
c22c97f
94f1ce1
d7380b5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check failure on line 77 in README.md
GitHub Actions / ci / QA Checks (README Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...
Check failure on line 77 in README.md
GitHub Actions / ci / QA Checks (README Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Check failure on line 66 in src/ConfigProvider.php
GitHub Actions / ci / QA Checks (Psalm [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@v1, ...
InvalidReturnType
Check failure on line 70 in src/ConfigProvider.php
GitHub Actions / ci / QA Checks (Psalm [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@v1, ...
InvalidReturnStatement
Check failure on line 62 in src/Routes/Filter/RouteFilterOptions.php
GitHub Actions / ci / QA Checks (Psalm [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@v1, ...
LessSpecificImplementedReturnType
Check failure on line 62 in src/Routes/Filter/RouteFilterOptions.php
GitHub Actions / ci / QA Checks (Psalm [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@v1, ...
MixedReturnTypeCoercion
Check failure on line 66 in src/Routes/Filter/RouteFilterOptions.php
GitHub Actions / ci / QA Checks (Psalm [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@v1, ...
MixedReturnTypeCoercion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
has
method seems unnecessary when consumers can test for$options->getMiddleware() === []
or$options->getName() === null