Skip to content

Commit

Permalink
Merge pull request #923 from UN-OCHA/update/patch-abb0e03
Browse files Browse the repository at this point in the history
Automatic Composer Update
  • Loading branch information
lazysoundsystem authored Apr 25, 2024
2 parents abb0e03 + 06f2854 commit f9e14b1
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 54 deletions.
94 changes: 47 additions & 47 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class IascContentCommands extends DrushCommands {
* {@inheritdoc}
*/
public function __construct(
EntityTypeManagerInterface $entity_type_manager,
) {
EntityTypeManagerInterface $entity_type_manager,
) {
$this->entityTypeManager = $entity_type_manager;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,10 @@ public function __construct(DownloadManagerInterface $manager, LoggerInterface $
/**
* Fetch the file from it's origin.
*
* @param \Symfony\Component\HttpKernel\Event\ResponseEvent $event
* @param \Symfony\Component\HttpKernel\Event\RequestEvent $event
* The event to process.
*
* @todo Drop GetRequestEvent typehint when dropping Drupal 9 support.
*/
public function checkFileOrigin(RequestEvent|GetRequestEvent $event) {
public function checkFileOrigin(RequestEvent $event) {
$config = $this->configFactory->get('stage_file_proxy.settings');

// Get the origin server.
Expand Down
1 change: 0 additions & 1 deletion local/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "2.2"
name: $PROJECT_NAME

networks:
Expand Down

0 comments on commit f9e14b1

Please sign in to comment.