Skip to content

Commit

Permalink
Apply Rector changes (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
np25071984 authored and github-actions[bot] committed Jan 13, 2025
1 parent bb4c5a0 commit 3447fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BuildingException.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class BuildingException extends Exception implements ContainerExceptionInt
* @param string[] $buildStack Stack of IDs of services requested definition or class that wasn't found.
*/
public function __construct(
private string $id,
private readonly string $id,
Throwable $error,
array $buildStack = [],
Throwable $previous = null,
Expand Down

0 comments on commit 3447fdc

Please sign in to comment.