-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Strict Typing for all PHP code added in the scope of MSI poject #99
Comments
Also, need to add typecasting to Controllers and DataProviders Example But expected type is After enabling Strict typing we will have got \TypeError |
…ix #99 - Merge Pull Request magento-engcom/import-export-improvements#99 from umarch06/import-export-improvements:50-product-images-import-path-fix - Merged commits: 1. 7803eed 2. 0c6120e 3. 768d1d7
Based on the Community Poll we've conducted
https://twitter.com/iminyaylo/status/905049975175962624
it makes sense to add
declare(strict_types=1);
for all PHP code in the scope of MSIThe text was updated successfully, but these errors were encountered: