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

fix(schemaorg): Enumeration type detection improved #401

Merged
merged 6 commits into from
Jul 19, 2023

Commits on Jul 19, 2023

  1. Enumeration type detection improved by traversing the graph and check…

    …ing if one of the parent elements is of type schema.org/Enumeration
    steven authored and dunglas committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    140aeb0 View commit details
    Browse the repository at this point in the history
  2. Update src/Schema/Model/Class_.php

    Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
    2 people authored and dunglas committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7b547f2 View commit details
    Browse the repository at this point in the history
  3. Update src/Schema/Model/Class_.php

    Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
    2 people authored and dunglas committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0140b02 View commit details
    Browse the repository at this point in the history
  4. Update src/Schema/Model/Class_.php

    Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
    2 people authored and dunglas committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6af9010 View commit details
    Browse the repository at this point in the history
  5. removed PHPDoc

    steven authored and dunglas committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3608979 View commit details
    Browse the repository at this point in the history
  6. fix CS

    dunglas committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e1633f8 View commit details
    Browse the repository at this point in the history