Commit 0d2fd40
Make
* Rector: CQ - UnusedForeachValueToArrayKeysRector (#1)
* Rector: CQ - UnusedForeachValueToArrayKeysRector
See Rector\CodeQuality\Rector\Foreach_\UnusedForeachValueToArrayKeysRector
* fixes + phpstan
See fix at rector: rectorphp/rector-src#6164
* Revert "Rector: CQ - UnusedForeachValueToArrayKeysRector (#1)"
This reverts commit 3d7eaf6.
* Drop php7 support
- updated workflows
- phpstan baseline (will be fixed later)
* Updated README.md (draft)
* Update composer.json
Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
* Update
* update baseline
* composer update
* fix rector (unit tests)
* fix rector (incomplete unit tests)
* fix phpunit tests (null is not a valid value)
* phpstan (unit tests)
* fix php8 deprecation
- https://php.watch/versions/8.0/libxml_disable_entity_loader-deprecation
* phpunit (comment test - doesNotPerformAssertions)
* phpcs-fixer
* removed libxml_disable_entity_loader calls
- https://php.watch/versions/8.0/libxml_disable_entity_loader-deprecation
- On code that only runs on PHP 8.0 and later, it is now safe to remove all function calls
* replace strftime with date
- https://php.watch/versions/8.1/strftime-gmstrftime-deprecated#replacements
* rector: RemoveParentCallWithoutParentRector
* rector config
* phpstan
---------
Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
Co-authored-by: Colin Mollenhour <colin@mollenhour.com>php-8.1 minimum requirement (#4124)1 parent ec284ac commit 0d2fd40
File tree
23 files changed
+319
-238
lines changed- .github/workflows
- app/code/core/Mage
- Api2/Model/Request/Interpreter
- Core/Block/Html
- Install/etc
- Reports/Model/Resource/Review
- lib/Varien/Io
- tests/unit
- Mage
- Catalog
- Helper/Product
- Model
- Core/Helper
- Reports/Model/Resource/Report
- Traits/DataProvider/Mage/Catalog
23 files changed
+319
-238
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments