Skip to content

Commit 2395d5c

Browse files
committed
Remove PHP 7 strict_types for PHP 5.6
1 parent 665f7e5 commit 2395d5c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Controller/HelloWorldController.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 PhpBenchmarksCakePhp\Controller;
64

75
use Cake\Controller\Controller;

Controller/RestController.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 PhpBenchmarksCakePhp\Controller;
64

75
use Cake\Controller\Controller;

Event/RandomizeLocaleListener.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 PhpBenchmarksCakePhp\Event;
64

75
use Cake\Event\EventListenerInterface;

0 commit comments

Comments
 (0)