← all change records

#3412894 Classes inheriting from SessionHandler must add return types

released Target 10.3.x Published 2024-01-08
#3386766

Generated 2026-09-22 02:00 UTC

Matching rules (6)

  • to: fqn: 'impl:\Drupal\Core\Session\SessionHandler::open' params: - type: string - type: string return_type: bool
  • to: fqn: 'impl:\Drupal\Core\Session\SessionHandler::close' return_type: bool
  • to: fqn: 'impl:\Drupal\Core\Session\SessionHandler::read' params: - type: string return_type: string|false
  • to: fqn: 'impl:\Drupal\Core\Session\SessionHandler::write' params: - type: string - type: string return_type: bool
  • to: fqn: 'impl:\Drupal\Core\Session\SessionHandler::destroy' params: - type: string return_type: bool
  • to: fqn: 'impl:\Drupal\Core\Session\SessionHandler::gc' params: - type: int return_type: int|false

No contrib projects currently use either side of this change.