Skip to content

Commit

Permalink
Update src from PHP Codesniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Nov 7, 2023
1 parent 111cd11 commit 362c43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public function getOrganizationCatalogi(ObjectEntity $organization): ObjectEntit

// Get organisation component and set the property.
$supportOrganisation = $this->getOrganisationRepo($support['software'], $organization, 'supports', $source);
$supports[] = $supportOrganisation->getId()->toString();
$supports[] = $supportOrganisation->getId()->toString();

if (key_exists('contact', $support) === false) {
continue;
Expand Down
2 changes: 1 addition & 1 deletion src/Service/GithubEventService.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function createRepository(Source $source, string $name, string $repositor

$repository = $synchronization->getObject();

$repository = $this->importComponentsThroughRepo($repository, $repositoryUrl);
$repository = $this->importComponentsThroughRepo($repository, $repositoryUrl);

$organization = $this->importOrganizationThroughRepo($source, $repositoryArray, $repositoryUrl);

Expand Down

0 comments on commit 362c43f

Please sign in to comment.