Skip to content

Commit 8a82618

Browse files
committed
Set Codelyber#GREETING constant as private in order to encapsulate it avoiding calling it form test cases
1 parent dc73aa7 commit 8a82618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codelyber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
final class Codelyber
88
{
99
/** string */
10-
const GREETING = "CodelyTV";
10+
private const GREETING = "CodelyTV";
1111

1212
/** @var string */
1313
private $name;

0 commit comments

Comments
 (0)