Skip to content

Commit 2448700

Browse files
committed
Remove unnecessary strict types declarations
1 parent da69a8b commit 2448700

12 files changed

Lines changed: 0 additions & 24 deletions

src/Entities.php

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

3-
declare(strict_types=1);
4-
53
namespace DevTheorem\Phaster;
64

75
use DevTheorem\PeachySQL\PeachySql;

src/EntitiesFactory.php

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

3-
declare(strict_types=1);
4-
53
namespace DevTheorem\Phaster;
64

75
interface EntitiesFactory

src/Helpers.php

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

3-
declare(strict_types=1);
4-
53
namespace DevTheorem\Phaster;
64

75
use Teapot\{HttpException, StatusCode};

src/Prop.php

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

3-
declare(strict_types=1);
4-
53
namespace DevTheorem\Phaster;
64

75
use Closure;

src/QueryOptions.php

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

3-
declare(strict_types=1);
4-
53
namespace DevTheorem\Phaster;
64

75
/**

src/RouteHandler.php

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

3-
declare(strict_types=1);
4-
53
namespace DevTheorem\Phaster;
64

75
use Psr\Http\Message\{ResponseInterface, ServerRequestInterface};

test/DbTestCase.php

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

3-
declare(strict_types=1);
4-
53
namespace DevTheorem\Phaster\Test;
64

75
use DevTheorem\PeachySQL\PeachySql;

test/EntitiesTest.php

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

3-
declare(strict_types=1);
4-
53
namespace DevTheorem\Phaster\Test;
64

75
use DevTheorem\Phaster\{Entities, Helpers};

test/HelpersTest.php

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

3-
declare(strict_types=1);
4-
53
namespace DevTheorem\Phaster\Test;
64

75
use DevTheorem\Phaster\{Helpers, Prop};

test/src/LegacyUsers.php

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

3-
declare(strict_types=1);
4-
53
namespace DevTheorem\Phaster\Test\src;
64

75
use DevTheorem\PeachySQL\QueryBuilder\SqlParams;

0 commit comments

Comments
 (0)