Skip to content

Commit

Permalink
qa: add missing strict_types declaration to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Feb 4, 2020
1 parent a081cac commit a541ee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/module.config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace PhlySimplePage;

use Laminas\ServiceManager\Factory\InvokableFactory;
Expand Down

0 comments on commit a541ee1

Please sign in to comment.