Skip to content

Commit 49ae211

Browse files
authored
Update CodebaseInterface.php
1 parent fede5da commit 49ae211

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/Frdlweb/Contract/Autoload/CodebaseInterface.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22

3-
namespace Frdlweb\Contract\Autoload{
4-
5-
6-
if (!\interface_exists(CodebaseInterface::class, false)) {
3+
namespace Frdlweb\Contract\Autoload;
4+
75
interface CodebaseInterface
86
{
97
const CHANNEL_LATEST = 'latest';
@@ -21,5 +19,5 @@ public function getRemotePsr4UrlTemplate() : string;
2119
public function getRemoteModulesBaseUrl() : string;
2220
public function loadUpdateChannel(mixed $StubRunner = null) : string;
2321
}
24-
}
25-
}
22+
23+

0 commit comments

Comments
 (0)