Skip to content

Commit 83c9197

Browse files
committed
Finalizing php7 strict type compatibility. Let's brake the build.
1 parent b7a7d65 commit 83c9197

File tree

24 files changed

+24
-0
lines changed

24 files changed

+24
-0
lines changed

src/phpFastCache/Drivers/Apc/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
declare(strict_types=1);
1415

1516
namespace phpFastCache\Drivers\Apc;
1617

src/phpFastCache/Drivers/Apcu/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
declare(strict_types=1);
1415

1516
namespace phpFastCache\Drivers\Apcu;
1617

src/phpFastCache/Drivers/Cassandra/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
declare(strict_types=1);
1415

1516
namespace phpFastCache\Drivers\Cassandra;
1617

src/phpFastCache/Drivers/Cookie/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
declare(strict_types=1);
1415

1516
namespace phpFastCache\Drivers\Cookie;
1617

src/phpFastCache/Drivers/Couchbase/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
declare(strict_types=1);
1415

1516
namespace phpFastCache\Drivers\Couchbase;
1617

src/phpFastCache/Drivers/Couchdb/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
declare(strict_types=1);
1415

1516
namespace phpFastCache\Drivers\Couchdb;
1617

src/phpFastCache/Drivers/Devfalse/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
declare(strict_types=1);
1415

1516
namespace phpFastCache\Drivers\Devfalse;
1617

src/phpFastCache/Drivers/Devnull/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
declare(strict_types=1);
1415

1516
namespace phpFastCache\Drivers\Devnull;
1617

src/phpFastCache/Drivers/Devtrue/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
declare(strict_types=1);
1415

1516
namespace phpFastCache\Drivers\Devtrue;
1617

src/phpFastCache/Drivers/Files/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Georges.L (Geolim4) <[email protected]>
1212
*
1313
*/
14+
declare(strict_types=1);
1415

1516
namespace phpFastCache\Drivers\Files;
1617

0 commit comments

Comments
 (0)