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 d0af2aa commit 17fa057Copy full SHA for 17fa057
src/Generator/CodeGeneratorInterface.php
@@ -4,7 +4,7 @@
4
5
namespace Phplrt\Compiler\Generator;
6
7
-interface CodeGeneratorInterface extends GeneratableInterface
+interface CodeGeneratorInterface extends GeneratorInterface
8
{
9
/**
10
* @param non-empty-string $class
src/Generator/GeneratableInterface.php renamed to src/Generator/GeneratorInterface.php
-interface GeneratableInterface extends \Stringable
+interface GeneratorInterface extends \Stringable
* Generates code result as string.
0 commit comments