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

Improve the type descriptor for SimpleArrayType #438

Merged
merged 2 commits into from
Apr 6, 2023

Commits on Apr 5, 2023

  1. Improve the type descriptor for SimpleArrayType

    When converting database values to PHP, this type always produces a `list<string>`
    stof committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3abe8eb View commit details
    Browse the repository at this point in the history
  2. Fix support for type descriptors returning precise arrays

    The EntityColumnRule was transforming the property type to avoid
    reporting errors for array types, to allow precising the types inside
    those arrays on the PHP side. However, this was breaking checks when the
    type descriptor was actually more precise.
    stof committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6d2bdfb View commit details
    Browse the repository at this point in the history