Skip to content
Snippets Groups Projects

Issue #3289927: Automated Drupal 10 compatibility fixes

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
80 80 else {
81 81 $this->uri = $uri;
82 82 }
83
84 if (isset($uri)) {
85 $this->uri = $uri;
86 }
  • 35 35 */
    36 36 protected function getDirectoryPath() {
    37 37 $library_discovery = new LibraryDiscovery($this->getDrupalRoot());
    38 /** @var $files \Drupal\Core\Extension\Extension[] */
    38 /** @var \Drupal\Core\Extension\Extension $files */
  • composer.json 0 → 100644
    1 {
    2 "name": "drupal/system_stream_wrapper",
    3 "description": "Provides stream wrappers to access files in module, theme, profile, and library files and directories.",
    4 "type": "drupal-module",
    5 "license": "GPL-2.0-or-later",
    6 "authors": [
    7 {
    8 "name": "Drupal Community"
    9 }
    10 ],
    11 "require": {
    12 "drupal/core": "^8 || ^9 || ^10"
  • 1 1 name: System stream wrapper
    2 2 type: module
    3 3 description: Provides stream wrappers to access files in module, theme, profile, and library files and directories.
    4 core: 8.x
    5 core_version_requirement: ^8 || ^9
    4 core_version_requirement: ^8 || ^9 || ^10
  • Andrew Berry added 3 commits

    added 3 commits

    • 8431b844 - Remove unneeded @var declaration
    • 5a4f3a47 - Drop supporting Drupal 8
    • 1b8f7e41 - Update theme tests to olivero and claro

    Compare with previous version

  • Andrew Berry added 1 commit

    added 1 commit

    Compare with previous version

  • Andrew Berry added 3 commits

    added 3 commits

    • 2d875703 - Automated fixes from phpcbf
    • 9b842a5e - Fix (or ignore) all manual phpcs errors
    • a3863950 - Fix wrong property visibility

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading