Skip to content

Commit

Permalink
ignore these files as they contain deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli committed Nov 22, 2023
1 parent 7ec1078 commit 0da9009
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
7 changes: 4 additions & 3 deletions src/Command/CommandBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

namespace Drupal\apigee_edge\Command;

@trigger_error('The ' . __NAMESPACE__ . '\CommandBase is deprecated in 3.0.4 and will be removed. See https://github.com/apigee/apigee-edge-drupal/issues/984', E_USER_DEPRECATED);
@trigger_error('The ' . __NAMESPACE__ . '\CommandBase is deprecated in apigee_edge:3.0.4 and is removed from apigee_edge:3.1.0. Drupal/console is not compatible with Drupal 10. See https://github.com/apigee/apigee-edge-drupal/issues/984', E_USER_DEPRECATED);

use Drupal\apigee_edge\CliServiceInterface;
use Drupal\Console\Core\Command\Command;
Expand All @@ -34,8 +34,9 @@

/**
* Class CommandBase for shared functionality.
*
* @deprecated in 3.0.4 and will be removed.
*
* @deprecated in apigee_edge:3.0.4 and is removed from apigee_edge:3.1.0.
* Drupal/console is not compatible with Drupal 10.
*
* @see https://github.com/apigee/apigee-edge-drupal/issues/984
*/
Expand Down
6 changes: 3 additions & 3 deletions src/Command/CreateEdgeRoleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
* extension="apigee_edge",
* extensionType="module"
* )
*
* @deprecated in 3.0.3 and will be removed.
*
* @deprecated in apigee_edge:3.0.4 and is removed from apigee_edge:3.1.0.
* Drupal/console is not compatible with Drupal 10.
*
* @see https://github.com/apigee/apigee-edge-drupal/issues/984
*
* @phpstan-ignore-next-line
*/
class CreateEdgeRoleCommand extends CommandBase {
Expand Down
6 changes: 3 additions & 3 deletions src/Command/DeveloperSyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
* extension="apigee_edge",
* extensionType="module"
* )
*
* @deprecated in 3.0.3 and will be removed.
*
* @deprecated in apigee_edge:3.0.4 and is removed from apigee_edge:3.1.0.
* Drupal/console is not compatible with Drupal 10.
*
* @see https://github.com/apigee/apigee-edge-drupal/issues/984
*
* @phpstan-ignore-next-line
*/
class DeveloperSyncCommand extends CommandBase {
Expand Down
5 changes: 3 additions & 2 deletions src/Command/DrupalConsoleLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@

/**
* Redirects Drupal logging messages to Drupal Console log.
*
* @deprecated in 3.0.3 and will be removed.
*
* @deprecated in apigee_edge:3.0.4 and is removed from apigee_edge:3.1.0.
* Drupal/console is not compatible with Drupal 10.
*
* @see https://github.com/apigee/apigee-edge-drupal/issues/984
*/
Expand Down

0 comments on commit 0da9009

Please sign in to comment.