-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
T13680 breadcrumbs component #13682
T13680 breadcrumbs component #13682
Conversation
cc @sergeyklay |
* upstream/4.0.x: Merge for #12547 Added some methods to Phalcon\Acl\Adapter\Memory [#12295] - Removed the final from the class definition [#12295] - Updated the changelog [#12295] - Added container tests [#12295] - Added Container object, PSR-11 compliant [#12295] - Added entry to the changelog [#12295] - Fixed interface [4.0.x] - Another correction to the test
* 4.0.x: Merge for #12547 Added some methods to Phalcon\Acl\Adapter\Memory [#12295] - Removed the final from the class definition [#12295] - Updated the changelog [#12295] - Added container tests [#12295] - Added Container object, PSR-11 compliant [#12295] - Added entry to the changelog [#12295] - Fixed interface [4.0.x] - Another correction to the test
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.
Could you please fix up the two minor things I found in the docblocks? Thank you!
phalcon/html/breadcrumbs.zep
Outdated
* Clears the crumbx | ||
* | ||
* <code> | ||
* $$breadcrumbs->clear() |
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.
Typo here with the extra $
phalcon/html/breadcrumbs.zep
Outdated
/** | ||
* Removes crumb by url. | ||
* | ||
* <core> |
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.
<core>
should be <code>
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.
There are some minor issues mentioned by @CameronHall, but on the whole LGTM
@sergeyklay Already addressed them |
Hello!
In raising this pull request, I confirm the following (please check boxes):
Added `Html\Breadcrumbs component, offering an easy way to create breadcrumbs for your application
Thanks