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

feat: add DataConverter to convert types #8230

Merged
merged 38 commits into from
Feb 4, 2024

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    82085f2 View commit details
    Browse the repository at this point in the history
  2. chore: adds skip_violations

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    69dd4cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caf51d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8554b71 View commit details
    Browse the repository at this point in the history
  5. refactor: fix PHPStan types

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c15bbbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caa43a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf3bb3f View commit details
    Browse the repository at this point in the history
  8. docs: fix PHPDoc types

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e040667 View commit details
    Browse the repository at this point in the history
  9. feat: improve error messages

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    479d3fb View commit details
    Browse the repository at this point in the history
  10. refactor: use var_export()

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    83574ab View commit details
    Browse the repository at this point in the history
  11. refactor: use static::class

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    323a3d3 View commit details
    Browse the repository at this point in the history
  12. docs: add {@inheritdoc}

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3447d01 View commit details
    Browse the repository at this point in the history
  13. docs: fix TDbColumn type

    The type of the value from the database is not guaranteed.
    Therefore, the type should be mixed.
    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    943599b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8630f5d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    75b16ae View commit details
    Browse the repository at this point in the history
  16. docs: remove {@inheritdoc}

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c2ddfe9 View commit details
    Browse the repository at this point in the history
  17. refactor: rename method names

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    905a1a5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    938ae6e View commit details
    Browse the repository at this point in the history
  19. feat: datetime supports format

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e42704d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7e4049e View commit details
    Browse the repository at this point in the history
  21. feat: add nullable check

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4cafb96 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    896cca5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c7b6760 View commit details
    Browse the repository at this point in the history
  24. docs: improve comments

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    aee23f3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    38a88c9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f2417d3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8200f8e View commit details
    Browse the repository at this point in the history
  28. feat: add DataCaster class

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e98c902 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ac9c536 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    31d8d79 View commit details
    Browse the repository at this point in the history
  31. chore: update phpstan-baseline

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    dd44603 View commit details
    Browse the repository at this point in the history
  32. chore: update deptrac.yaml

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    868402d View commit details
    Browse the repository at this point in the history
  33. chore: update psalm-baseline

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    07e8b63 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    590f580 View commit details
    Browse the repository at this point in the history
  35. docs: remove PHPDoc @template

    Psalm does not support class @template in static methods.
    And in PHPStan it does not protect.
    See
    - vimeo/psalm#2697
    - phpstan/phpstan#2738
    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    942eddb View commit details
    Browse the repository at this point in the history
  36. docs: make @param more strict

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    567372e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    029d118 View commit details
    Browse the repository at this point in the history
  38. docs: update @param style

    kenjis committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7199ac4 View commit details
    Browse the repository at this point in the history