Skip to content

Commit

Permalink
Issue #3121885 by jungle, longwave, alexpott, cilefen: Update coder t…
Browse files Browse the repository at this point in the history
…o 8.3.8
  • Loading branch information
alexpott committed Apr 18, 2020
1 parent 340a1ed commit 860758e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Drupal/Core/DrupalKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public function boot() {
// Continue if the PharStreamWrapperManager is already initialized. For
// example, this occurs during a module install.
// @see \Drupal\Core\Extension\ModuleInstaller::install()
};
}
stream_wrapper_unregister('phar');
stream_wrapper_register('phar', PharStreamWrapper::class);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public function testCleanUpStorageDefinition() {
if ($definition->getProvider() == 'entity_test') {
$this->installEntitySchema($entity_type_id);
$entity_type_ids[] = $entity_type_id;
};
}
}

// Get a list of all the entities in the schema.
Expand Down

0 comments on commit 860758e

Please sign in to comment.