Skip to content
Snippets Groups Projects

Issue #3300404 by DavorHorvacki, Eduardo Morales Alberti, akoe, wranvaud, taras.suliatitskiy: Unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in Drupal\Core\Entity\Sql\SqlContentEntityStorage::loadFromSharedTables()

Open Issue #3300404 by DavorHorvacki, Eduardo Morales Alberti, akoe, wranvaud, taras.suliatitskiy: Unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in Drupal\Core\Entity\Sql\SqlContentEntityStorage::loadFromSharedTables()
1 unresolved thread
Open Kirill Roskolii requested to merge issue/drupal-3300404:3300404 into 11.x
1 unresolved thread

Merge request reports

Members who can merge are allowed to add commits.
Approval is optional
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
  • The source branch is 683 commits behind the target branch.
  • 1 commit will be added to 11.x.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • spokje added 1 commit

    added 1 commit

    • 1e51844b - Apply 4 suggestion(s) to 3 file(s)

    Compare with previous version

  • spokje added 848 commits

    added 848 commits

    Compare with previous version

  • spokje added 1 commit

    added 1 commit

    Compare with previous version

  • spokje added 1 commit

    added 1 commit

    Compare with previous version

  • 1786 1786 return $as_bool ? (bool) $count : (int) $count;
    1787 1787 }
    1788 1788
    1789 /**
    1790 * Safely unserializes data.
    1791 *
    1792 * @param mixed|null $value
    1793 * The serialized value.
    1794 *
    1795 * @return mixed|null
    1796 * The unserialized data, or null if the data is invalid.
    1797 */
    1798 public static function safeUnserialize(mixed $value): mixed {
    Please register or sign in to reply
    Loading