Skip to content

Commit 07ecb2a

Browse files
authored
Update GeneratorInterface.php
1 parent 7b0cd9e commit 07ecb2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Frdlweb/Contract/Autoload/GeneratorInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55

66
interface GeneratorInterface {
77
public function withContext(Context $Context);
8-
public function withPackage(string | array | \stdclass $urlPackageNameOrComposerJson );
8+
public function withPackage(string | array | object $urlPackageNameOrComposerJson );
99
public function withDirectory($dir);
1010
public function withAlias(string $alias, string $rewrite);
1111
public function withClassmap(array $classMap = null);
1212
public function withNamespace($prefix, $server, $prepend = false);
1313
}
14-
15-

0 commit comments

Comments
 (0)