Skip to content

Commit e054ddb

Browse files
committed
LCO: Interface renamed.
1 parent be36e0f commit e054ddb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Overlapping/DatabaseStrategy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
namespace Illuminated\Console\Overlapping;
44

5-
class DatabaseStrategy implements Strategy
5+
class DatabaseStrategy implements StrategyInterface
66
{
77
}

src/Overlapping/FileStrategy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
namespace Illuminated\Console\Overlapping;
44

5-
class FileStrategy implements Strategy
5+
class FileStrategy implements StrategyInterface
66
{
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
namespace Illuminated\Console\Overlapping;
44

5-
interface Strategy
5+
interface StrategyInterface
66
{
77
}

0 commit comments

Comments
 (0)