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 971416f commit 0a8aaf0Copy full SHA for 0a8aaf0
src/Frdlweb/Contract/Autoload/SourceCodeGeneratorInterface.php
@@ -1,8 +1,11 @@
1
<?php
2
-
3
-interface SourceCodeGeneratorInterface
4
-{
+namespace Frdlweb\Contract\Autoload {
+ if (!interface_exists(SourceCodeGeneratorInterface::class)) {
+ interface SourceCodeGeneratorInterface
5
+ {
6
public function file(string $className):string;
7
public function source(string $className):string;
8
public function bundle(array $classes):string;
9
+ }
10
11
}
0 commit comments