Talk in English - US at PHP Tek 2026
Short URL: https://joind.in/talk/0ff3a
(QR-Code (opens in new window))
Type hints and type declarations in PHP add clarity, reduce bugs, and enable safe refactoring - cornerstones of maintainable and reliable code. While PHP?s type system improves with every release, it still has limitations.
In this talk, we?ll explore how far PHP?s type system can go and uncover strategies for leveraging its full potential. Next, we?ll dive into the world of static analysis, discovering how tools like PHPStan or Psalm can bridge the gaps in PHP?s type system, providing insights and safeguards that native types can?t.
By the end of this session, you?ll have the tools and knowledge to make your PHP code more robust, reliable, and future-proof. Whether you?re maintaining legacy code or building a new application, this talk will help you harness the power of types to elevate your development practices.
Comments
Please login to leave a comment
Static Analysis Dave with another great talk on PHP, types, and static analysis. This talk gave a great overview of generics—both in theory and practice—presented clearly.