We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0cd9e commit 07ecb2aCopy full SHA for 07ecb2a
src/Frdlweb/Contract/Autoload/GeneratorInterface.php
@@ -5,11 +5,9 @@
5
6
interface GeneratorInterface {
7
public function withContext(Context $Context);
8
- public function withPackage(string | array | \stdclass $urlPackageNameOrComposerJson );
+ public function withPackage(string | array | object $urlPackageNameOrComposerJson );
9
public function withDirectory($dir);
10
public function withAlias(string $alias, string $rewrite);
11
public function withClassmap(array $classMap = null);
12
public function withNamespace($prefix, $server, $prepend = false);
13
}
14
-
15
0 commit comments