-
Notifications
You must be signed in to change notification settings - Fork 105
Note to namespace characters #581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
User description
defining-your-namespace.md: added info about: The first character of the namespace name is restricted to "a-zA-Z_" ....
PR Type
Documentation
Description
Added developer note about namespace character restrictions
Clarifies first character must be "a-zA-Z_" per PHP rules
Recommends using underscore prefix for names starting with numbers
Notes Joomla doesn't validate during installation, errors appear at runtime
Diagram Walkthrough
File Walkthrough
defining-your-namespace.md
Add namespace character restriction developer notedocs/general-concepts/namespaces/defining-your-namespace.md
defining-your-namespace.md
Add namespace character restriction developer noteversioned_docs/version-5.4/general-concepts/namespaces/defining-your-namespace.md
defining-your-namespace.md
Add namespace character restriction developer noteversioned_docs/version-6.0/general-concepts/namespaces/defining-your-namespace.md