OneSignal / onesignal-php-api

The official OneSignal API client for PHP
Other
19 stars 10 forks source link

[Feedback]: Use Pascal case for namespaces / class names #17

Open RayHughes opened 1 year ago

RayHughes commented 1 year ago

What's on your mind?

While the PSR declarations provide no recommendation for namespace capitalization, it is pretty standard to use PascalCase when defining namespaces as it aligns with the class name capitalization guidance by PSR 0/4.

Code of Conduct

emawby commented 1 year ago

@RayHughes This api is generated from OpenAPI Generator but the feedback has been noted. We may need to submit a PR upstream