Skip to content

Commit

Permalink
Fix magento#14958 - add declare strict_types
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartlomiejsz committed Jun 4, 2019
1 parent 328bc51 commit 7c078cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

namespace Magento\SalesSequence\Model\ResourceModel;

use Magento\Framework\Model\ResourceModel\Db\Context as DatabaseContext;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Magento\SalesSequence\Model\ResourceModel\Profile;

Expand Down

0 comments on commit 7c078cf

Please sign in to comment.