I\'m currently migrating my website from PHP5 to PHP7, and I\'ve started using the strict typing feature that was added. However this requires me to begin all files with the
Because if you only require libraries that used strict mode you will cause an unnecessary separation of packages.
Also consider the strict/weak types option is just an extra in PHP.