Skip to content

Commit 546c901

Browse files
committed
PhpLiteral is not final
1 parent ee1376d commit 546c901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpGenerator/PhpLiteral.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* PHP literal value.
1515
*/
16-
final class PhpLiteral
16+
class PhpLiteral
1717
{
1818
/** @var string */
1919
private $value;

0 commit comments

Comments
 (0)