Skip to content

Commit 17fa057

Browse files
committed
Apply phpcs
1 parent d0af2aa commit 17fa057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Generator/CodeGeneratorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Phplrt\Compiler\Generator;
66

7-
interface CodeGeneratorInterface extends GeneratableInterface
7+
interface CodeGeneratorInterface extends GeneratorInterface
88
{
99
/**
1010
* @param non-empty-string $class

src/Generator/GeneratableInterface.php renamed to src/Generator/GeneratorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Phplrt\Compiler\Generator;
66

7-
interface GeneratableInterface extends \Stringable
7+
interface GeneratorInterface extends \Stringable
88
{
99
/**
1010
* Generates code result as string.

0 commit comments

Comments
 (0)