-
-
Notifications
You must be signed in to change notification settings - Fork 67
Refined types as per laminas/laminas-coding-standard:2.3.x
upgrades
#106
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
Refined types as per laminas/laminas-coding-standard:2.3.x
upgrades
#106
Conversation
6b8f703
to
126124b
Compare
In laminas#104 (duplicate), we improved the types of internal and public API. These were mixed with coding style improvements. The coding style improvements have been merged separately via laminas#103, so this patch only includes the type/docblock improvements, which should ease the potential evolution of the API of this package.
126124b
to
2539f32
Compare
@@ -8,9 +8,10 @@ | |||
use function Laminas\Diactoros\parseCookieHeader as laminas_parseCookieHeader; |
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.
Maybe we just drop this as we already removed support for the old zendframework implementation by adding conflict
to composer.json
?
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.
We do declare these symbols: we can drop them, but not in this patch 🤔
dfa990d
to
7880719
Compare
🚢 then - will cut a release, hoping for quick feedback in case of breakages |
In #104 (duplicate), we improved the types of internal and
public API. These were mixed with coding style improvements.
The coding style improvements have been merged separately via #103,
so this patch only includes the type/docblock improvements, which should ease the potential evolution of the
API of this package.