Skip to content

Commit 267c2af

Browse files
committed
Merge branch 'tdgroot-add_declare_strict_types'
2 parents fbb2c0b + 67a621e commit 267c2af

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)