Skip to content

Commit

Permalink
Changes for use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Nov 27, 2024
1 parent 2b4c551 commit 5965c9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/OauthTokenFileStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use Drupal\Component\Serialization\Json;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\File\Exception\FileException;
Use Drupal\Core\File\FileExists;
use Drupal\Core\File\FileExists;
use Drupal\Core\File\FileSystemInterface;
use Drupal\Core\Logger\LoggerChannelInterface;
use Drupal\apigee_edge\Exception\OauthTokenStorageException;
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/KeyProvider/PrivateFileKeyProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
namespace Drupal\apigee_edge\Plugin\KeyProvider;

use Drupal\Core\File\Exception\FileException;
Use Drupal\Core\File\FileExists;
use Drupal\Core\File\FileExists;
use Drupal\Core\File\FileSystemInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Utility\Error;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/OauthTokenFileStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

use Drupal\Component\Serialization\Json;
use Drupal\Core\DependencyInjection\ContainerBuilder;
Use Drupal\Core\File\FileExists;
use Drupal\Core\File\FileExists;
use Drupal\Core\File\FileSystemInterface;
use Drupal\KernelTests\KernelTestBase;
use Drupal\apigee_edge\Exception\OauthTokenStorageException;
Expand Down

0 comments on commit 5965c9d

Please sign in to comment.