declare(strict_types=1) makes your code more strict, but what does it actually do?
Jul 4, 2024
Today we ran into an issue with a build in one of our projects. Composer could no longer install, as a dependency was gone. When we opened our pipeline logs we saw the following error:
Apr 26, 2024