Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
#32 Added strict typing to bootstrap file
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Glushko committed Jul 14, 2018
1 parent c776df6 commit 5074178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/CmsGraphQl/registration.php
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);

use Magento\Framework\Component\ComponentRegistrar;

Expand Down

0 comments on commit 5074178

Please sign in to comment.