Skip to content

Commit 8222bfa

Browse files
committed
TASK: Rename ColorHelper to ColorBuilder to clarify the concept
1 parent ccbcf0b commit 8222bfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

44
use Neos\Eel\ProtectedContextAwareInterface;
55

6-
class ColorHelper implements ProtectedContextAwareInterface
6+
class ColorBuilder implements ProtectedContextAwareInterface
77
{
88

99
const PATTERN_HEX_LONG = '/^#?(?<red>[0-9abcdefABCDEF]{2})(?<green>[0-9abcdefABCDEF]{2})(?<blue>[0-9abcdefABCDEF]{2})(?:(?<alpha>[0-9abcdefABCDEF]{2}))?^$/u';

Configuration/Settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Neos:
22
Fusion:
33
defaultContext:
4-
Color: 'PackageFactory\ColorHelper\Eel\ColorHelper'
4+
Color: 'PackageFactory\ColorHelper\Eel\ColorBuilder'

0 commit comments

Comments
 (0)