Skip to content

Refac/clean up#3

Open
RatherRude wants to merge 3 commits into
mainfrom
refac/clean_up
Open

Refac/clean up#3
RatherRude wants to merge 3 commits into
mainfrom
refac/clean_up

Conversation

@RatherRude
Copy link
Copy Markdown
Owner

Fix: Added whisper language fallback
Fix: Added missing composer deps

Refactoring: More efficient PHP Syntax; Save a tree and runtime

  • '' vs "": In general, it's a matter of personal preference and specific use cases. If you don't need variable interpolation or special characters, using single quotes can be slightly more efficient. Otherwise, double quotes provide more flexibility.
  • array() vs []: In summary, using [] for array creation is recommended for its simplicity, readability, and consistency with other PHP syntax. It's a widely adopted convention in modern PHP development.

RatherRude pushed a commit that referenced this pull request Jul 8, 2023
refac: GCP TTS Config and its Docs
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.

2 participants