Skip to content

Commit db0d1f4

Browse files
committed
Fix Ternary class
1 parent 8c3a86b commit db0d1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsPhpize/Nodes/Ternary.php

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

33
namespace JsPhpize\Nodes;
44

5-
class Dyiade extends Value
5+
class Ternary extends Value
66
{
77
/**
88
* @var Value

0 commit comments

Comments
 (0)