Using `declare(strict_types=1)` for More Robust PHP Code
– ashallendesign.co.uk - submitted by Ash Allen
Read about how you can use "declare(strict_types=1)" to improve the type safety of your PHP code. We'll discuss how to make your code more robust and avoid type coercion in your code that can cause bugs in your code.
Read more [ashallendesign.co.uk]