Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Enforce strict type checking in PHP with PHP Code Sniffer

PHP 7+ has support for strict type checking. Using PHP Code Sniffer we can enforce the use of `declare(strict_types=1);` at the beginning of each file.