Skip to content

Commit bdc157c

Browse files
committed
removed declare(strict_types=1);
1 parent 2d085ec commit bdc157c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/ChurchCRM/Slim/Middleware/Api/AbstractEntityMiddleware.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 ChurchCRM\Slim\Middleware\Api;
64

75
use ChurchCRM\Slim\SlimUtils;

src/ChurchCRM/Slim/Middleware/Api/CalendarMiddleware.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 ChurchCRM\Slim\Middleware\Api;
64

75
use ChurchCRM\model\ChurchCRM\CalendarQuery;

src/ChurchCRM/Slim/Middleware/Api/PropertyMiddleware.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 ChurchCRM\Slim\Middleware\Api;
64

75
use ChurchCRM\model\ChurchCRM\PropertyQuery;

0 commit comments

Comments
 (0)