Skip to content

Commit 67a621e

Browse files
committed
Merge branch 'add_declare_strict_types' of git://github.com/tdgroot/magento2-deployer-plus into tdgroot-add_declare_strict_types
2 parents fbb2c0b + f7e0762 commit 67a621e

File tree

19 files changed

+56
-0
lines changed

19 files changed

+56
-0
lines changed

autoload.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/* (c) Juan Alonso <[email protected]>
36
*
47
* For the full copyright and license information, please view the LICENSE

recipe/magento_2_1.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/* (c) Juan Alonso <[email protected]>
36
*
47
* For the full copyright and license information, please view the LICENSE

recipe/magento_2_1/cache.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/* (c) Juan Alonso <[email protected]>
36
*
47
* For the full copyright and license information, please view the LICENSE

recipe/magento_2_1/database.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/* (c) Juan Alonso <[email protected]>
36
*
47
* For the full copyright and license information, please view the LICENSE

recipe/magento_2_1/files.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/* (c) Juan Alonso <[email protected]>
36
*
47
* For the full copyright and license information, please view the LICENSE

recipe/magento_2_1/maintenance.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/* (c) Juan Alonso <[email protected]>
36
*
47
* For the full copyright and license information, please view the LICENSE

recipe/magento_2_1/override_shared.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/* (c) Juan Alonso <[email protected]>
36
*
47
* For the full copyright and license information, please view the LICENSE

recipe/magento_2_1/rollback.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/* (c) Juan Alonso <[email protected]>
36
*
47
* For the full copyright and license information, please view the LICENSE

recipe/magento_2_2.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/* (c) Juan Alonso <[email protected]>
36
*
47
* For the full copyright and license information, please view the LICENSE

recipe/magento_2_2/artifact.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
/* (c) Juan Alonso <[email protected]>
36
*
47
* For the full copyright and license information, please view the LICENSE

0 commit comments

Comments
 (0)