Skip to content

Commit 7b0cd9e

Browse files
authored
Update GeneratorInterface.php
1 parent 0a8aaf0 commit 7b0cd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frdlweb/Contract/Autoload/GeneratorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
interface GeneratorInterface {
77
public function withContext(Context $Context);
8-
public function withPackage(string | array | \stdclass/*$urlPackageNameOrComposerJson*/);
8+
public function withPackage(string | array | \stdclass $urlPackageNameOrComposerJson );
99
public function withDirectory($dir);
1010
public function withAlias(string $alias, string $rewrite);
1111
public function withClassmap(array $classMap = null);

0 commit comments

Comments
 (0)