snowio / magento2-data-model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use strict types everywhere

joshdifabio opened this issue · comments

All PHP files should use strict types. I.e. they should begin with:

<?php
declare(strict_types=1);
namespace ...

Thanks. Please also do update SetTrait and then close this issue.