Snippets tagged “use-statement”
1 snippet uses this tag.
- Troubleshooting "The use statement with non-compound name"PHP
The error "The use statement with non-compound name" usually indicates that you are trying to use a namespace in a use statement, but you did not provide a compound name.