Skip to content

Commit

Permalink
IMP: registration with use and strict_types
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink committed Jul 9, 2020
1 parent 7eb7483 commit 7966350
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions registration.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php

\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
declare(strict_types=1);

use \Magento\Framework\Component\ComponentRegistrar;

ComponentRegistrar::register(
ComponentRegistrar::MODULE,
'Mooore_AddToCartNotification',
__DIR__
);

0 comments on commit 7966350

Please sign in to comment.