Skip to content
Snippets Groups Projects
Commit c4a7f57c authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Apply 2 suggestion(s) to 2 file(s)

parent ff221234
No related branches found
No related tags found
1 merge request!6619#3106205 moved the system_update hook to 10202
......@@ -1715,7 +1715,7 @@ function _system_advisories_requirements(array &$requirements): void {
/**
* Update length of menu_tree fields url and route_param_key from 255 to 2048.
*/
function system_update_11001() {
function system_update_11001(): void {
$schema = \Drupal::database()->schema();
$spec = [
'description' => 'The external path this link points to (when not using a route).',
......
......@@ -21,7 +21,7 @@ class MenuTreeStorageSchemaUpdateTest extends UpdatePathTestBase {
*
* @var \Drupal\Core\Database\Connection
*/
protected $connection;
protected Connection $connection;
/**
* {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment