forked from Shardj/zf1-future
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Shardj#5 from gfaza/DTPORTAL-19264-static_analysis…
…_php_74 Dtportal 19264 static analysis php 74
- Loading branch information
Showing
2,225 changed files
with
75,464 additions
and
73,454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ vendor/* | |
composer.lock | ||
bin/dbunit | ||
bin/phpunit | ||
.php_cs.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
$finder = PhpCsFixer\Finder::create() | ||
->notPath('tests/Zend/Loader/_files/ParseError.php') | ||
->in('.'); | ||
|
||
return PhpCsFixer\Config::create() | ||
->setFinder($finder) | ||
->setRules([ | ||
'array_syntax' => ['syntax' => 'long'], | ||
'list_syntax' => ['syntax' => 'long'], | ||
'modernize_types_casting' => true, | ||
'logical_operators' => true, | ||
]); |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
Post end of life changes for zf1 to allow compatibility with PHP 7.3, and potentially future versions | ||
# Post end of life changes for zf1 to allow compatibility with the latest PHP versions. | ||
|
||
If you have any requests for tags, releases, or anything else. Feel free to raise an issue and I'll get it sorted. | ||
|
||
|
||
## Installation | ||
|
||
Installable through git clone or through | ||
`composer require shardj/zf1-future` https://packagist.org/packages/shardj/zf1-future | ||
|
||
Minimum PHP Version is 7.0 | ||
|
||
|
||
## Extras | ||
|
||
Recently https://github.com/Shardj/zf1-extras-future has been created for those who need it. | ||
|
||
|
||
## Known issues and solutions | ||
|
||
* ``Bootstrap error: Unable to resolve plugin "useragent"; no corresponding plugin with that name`` | ||
See comments in: https://github.com/Shardj/zf1-future/issues/92 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.