Skip to content

Commit

Permalink
Merge pull request #128 from mention-me/dependabot/composer/rector/re…
Browse files Browse the repository at this point in the history
…ctor-1.2.5

Bump rector/rector from 1.2.4 to 1.2.5
  • Loading branch information
ryanmab authored Sep 9, 2024
2 parents 0d0ea4c + ad41879 commit 4733179
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
24 changes: 12 additions & 12 deletions composer.lock

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

5 changes: 1 addition & 4 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -703,10 +703,7 @@ private function mapFieldsToIds(array $data): array
return $mappedData;
}

/**
* @return mixed
*/
private function readJsonFile(string $filename)
private function readJsonFile(string $filename): mixed
{
$json = file_get_contents(__DIR__ . '/json/' . $filename);

Expand Down

0 comments on commit 4733179

Please sign in to comment.