Skip to content

Commit

Permalink
Bootstrap levels are int in DrupalBootLevels (#5155)
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Jun 22, 2022
1 parent 5f512b9 commit d5b7101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attributes/Bootstrap.php
Expand Up @@ -15,7 +15,7 @@ class Bootstrap
* The level to bootstrap to.
*/
public function __construct(
#[ExpectedValues(valuesFromClass: DrupalBootLevels::class)] public string $level,
#[ExpectedValues(valuesFromClass: DrupalBootLevels::class)] public int $level,
) {
}

Expand Down

0 comments on commit d5b7101

Please sign in to comment.