Skip to content

Commit b6a9219

Browse files
Added sctrict types
1 parent 6c42c7e commit b6a9219

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/Container.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Moon\Container;
46

57
use Moon\Container\Exception\NotFoundException;

src/Exception/NotFoundException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Moon\Container\Exception;
46

57
use Psr\Container\NotFoundExceptionInterface;

0 commit comments

Comments
 (0)