Skip to content

Commit

Permalink
PhpCsFixer issue (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored Jul 8, 2023
1 parent 94bd799 commit b1dae7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function getPath(): Path
*/
public function add(
string $alias,
\Closure|array|string $source = null,
\Closure|array|string|null $source = null,
array|string $dependencies = [],
array $options = [],
): self {
Expand Down

0 comments on commit b1dae7f

Please sign in to comment.