Skip to content
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

Class OpenActive\Models\SchemaOrg\ThreeDModel does not comply with psr-4 autoloading standard #84

Open
kjlloydie opened this issue Feb 16, 2022 · 0 comments

Comments

@kjlloydie
Copy link

The ThreeDModel class is defined in the file src/Models/SchemaOrg/3DModel.php, which means it doesn't comply with the psr-4 autoloading standard (the class and the file need the same name/path). This warning is subsequently displayed when composer attempts to generated optimized autoload files:

Class OpenActive\Models\SchemaOrg\ThreeDModel located in ./vendor/openactive/models/src/Models/SchemaOrg/3DModel.php does not comply with psr-4 autoloading standard. Skipping.

Given the models are generated, this seems like a problem with the generation script. I'm adding this issue here for reference, and will cross-link it to one in openactive/models-lib.

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

No branches or pull requests

1 participant