drupal-graphql/graphql-mutation

Fix multiple arguments on StringHelper methods

tarekdj opened this issue · 0 comments

Use:

StringHelper::propCase|camelCase($arg1 , $arg2, $arg3);

Instead of:

StringHelper::propCase|camelCase([$arg1 , $arg2, $arg3]);