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 0a8aaf0 commit 7b0cd9eCopy full SHA for 7b0cd9e
src/Frdlweb/Contract/Autoload/GeneratorInterface.php
@@ -5,7 +5,7 @@
5
6
interface GeneratorInterface {
7
public function withContext(Context $Context);
8
- public function withPackage(string | array | \stdclass/*$urlPackageNameOrComposerJson*/);
+ public function withPackage(string | array | \stdclass $urlPackageNameOrComposerJson );
9
public function withDirectory($dir);
10
public function withAlias(string $alias, string $rewrite);
11
public function withClassmap(array $classMap = null);
0 commit comments