Skip to content

Conversation

@abnegate
Copy link
Member

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

2002Bishwajeet and others added 30 commits June 19, 2023 17:54
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
Co-authored-by: Bishwajeet Parhi <62933155+2002Bishwajeet@users.noreply.github.com>
This reverts commit 7557829.
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
Comment on lines +109 to +111
protected function toUpperSnakeCase($str): string
{
return \strtoupper($this->toSnakeCase($str));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really need this? Can we just not chain the twig filters directly

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could chain them but I think it makes the templates/code easier to read if we just use one well-named filter

@abnegate abnegate changed the base branch from 1.4.x to 1.5.x November 7, 2023 02:53
# Conflicts:
#	templates/node/lib/client.js.twig
#	tests/DotNet31Test.php
#	tests/Go112Test.php
#	tests/Go118Test.php
#	tests/languages/ruby/tests.rb
#	tests/resources/spec.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants