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

Entity rework #7995

Closed
wants to merge 19 commits into from
Closed

Entity rework #7995

wants to merge 19 commits into from

Commits on Oct 12, 2023

  1. docs: fix typo

    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    dd5cb23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fbcddf View commit details
    Browse the repository at this point in the history
  3. docs: improve doc comments

    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1a70c12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ebc1a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1352c4e View commit details
    Browse the repository at this point in the history
  6. refactor!: use DatetimeCast::set() for mutateDate()

    From now on, $attributes have PHP values, not raw values from database.
    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    57d3bb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8758290 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0177ee5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6f5797 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eddb801 View commit details
    Browse the repository at this point in the history
  11. test: add Entity Live tests

    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c089d1d View commit details
    Browse the repository at this point in the history
  12. test: update existing tests

    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a8e0a32 View commit details
    Browse the repository at this point in the history
  13. fix: toRawArray() behavior

    The previous code no longer makes sense.
    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    bded1a2 View commit details
    Browse the repository at this point in the history
  14. fix: add null check

    Should not pass null to Cash handlers.
    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1601ae1 View commit details
    Browse the repository at this point in the history
  15. refactor: by rector

    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3bb61a8 View commit details
    Browse the repository at this point in the history
  16. fix: ObjectCast implementation

    But I don't know it makes sense.
    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9e603da View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e2eb9bf View commit details
    Browse the repository at this point in the history
  18. docs: add @psalm-suppress

    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0e5bf31 View commit details
    Browse the repository at this point in the history
  19. chore: add EntityLiveTest.php to skip()

     [ERROR] Could not process "tests/system/Entity/EntityLiveTest.php" file, due to:
             "assert(count($exprType) === 1)". On line: 170
    kenjis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3067c6c View commit details
    Browse the repository at this point in the history