Issue#3430449: Adding D11 support and fixing the deprecations.
Closes #3430449
Merge request reports
Activity
added 1 commit
- bfd962c5 - Updating composer.json file for next major pipeline.
added 1 commit
- de13bd3d - Updating composer.json file for next major pipeline.
@megachriz can you review and merge into dev branch if possible? Please check composer.json file, let me know if I need to revert the changes.
@megachriz I guess we can merge this one and will open a new issue to support Drush 12 and above version with D10.1 and above.
@megachriz Can you please review this MR & merge if possible and finalise the next steps?
added 6 commits
-
82139a10...dc354618 - 5 commits from branch
project:8.x-3.x
- 3a221098 - Merge branch feeds:8.x-3.x into 3430449-automated-drupal-11
-
82139a10...dc354618 - 5 commits from branch
added 1 commit
- ffb001be - Cleaning up the deprecation warnings of phpstan.
added 9 commits
- 40c52581 - Issue#3430449: Adding D11 support and fixing the deprecations.
- 2e1ca3be - Updating composer.json file for next major pipeline.
- 68cbe7a5 - Update file Feed.php
- aeec617c - Update 2 files
- 216a87f1 - MR feedback changes.
- 5bce831b - Cleaning up the deprecation warnings of phpstan.
- 4c47f396 - Update file phpstan.neon
- 65a449c5 - Fixing deprecation reported in phpstan.
- 72a8b8ab - Missed closing statement.
Toggle commit list@megachriz please review this MR and let me know if any changes required.
76 76 */ 77 public function listFeeds($feed_type = '', array $options = [ 78 'limit' => 0, 79 'enabled' => FALSE, 80 'disabled' => FALSE, 81 'format' => 'table', 82 ]) { 77 public function listFeeds( 78 $feed_type = '', 79 // phpcs:ignore Drupal.Functions.MultiLineFunctionDeclaration.MissingTrailingComma 80 array $options = [ 81 'limit' => 0, 82 'enabled' => FALSE, 83 'disabled' => FALSE, 84 'format' => 'table', 85 ] changed this line in version 16 of the diff
@megachriz With the reference of ConfigExportDrushCommand I'm putting the array $options in a single line instead of multi-line
- Resolved by Ankit Pathak
Please register or sign in to reply