Skip to content

Commit

Permalink
fix: opt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Jul 29, 2024
1 parent 60cf336 commit e3a0397
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .regen-docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ function underscoreToCamelCase($string, $capitalizeFirstCharacter = false)
return $str;
}

$methods = get_class_methods(Client::class);
$readme = file_get_contents('./.github/README.md');

$json = json_decode(file_get_contents('openapi.json'), true);

$doc = '';
Expand Down

0 comments on commit e3a0397

Please sign in to comment.