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 c0d0208 commit 2643acfCopy full SHA for 2643acf
src/Frdlweb/Contract/Autoload/CodebaseInterface.php
@@ -18,7 +18,8 @@ interface CodebaseInterface
18
public function setUpdateChannel(string $channel);
19
public function getUpdateChannel() : string;
20
public function getRemotePsr4UrlTemplate() : string;
21
- public function getRemoteModulesBaseUrl() : string;
+ public function getRemoteModulesBaseUrl() : string;
22
+ public function loadUpdateChannel(mixed $StubRunner = null) : string;
23
}
24
25
0 commit comments