An error occurred while fetching the assigned milestone of the selected merge_request.
Supply missing `TypedConfigManager` to parent constructor call
1 unresolved thread
Closes #3434751
Merge request reports
Activity
17 18 * 18 19 * @var string 19 20 */ 20 protected $sitePath; 21 protected string $sitePath; Remove the docblock if typehinting the property: https://www.drupal.org/project/coder/issues/3123282
Edited by Jakob Pchanged this line in version 2 of the diff
Samit went one step further and correctly realized that this module already requires PHP 8.1 or above, so we don't even need this entire class property definition. Use PHP 8's constructor property promotion instead for clearer code. Although I agree with his suggestion but leaving this thread either to @japerry or to @smustgrave to decide about its closing.
added 9 commits
-
ca82490f...a26b05f7 - 8 commits from branch
project:3.0.x
- 5fbe4946 - 3434751: Drupal 11 fix
-
ca82490f...a26b05f7 - 8 commits from branch
Please register or sign in to reply