Skip to content

Commit 9773152

Browse files
authored
Fix missing lines in enumerations.xml (#265)
1 parent b558a95 commit 9773152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

language/enumerations.xml

+1
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ class Foo
693693
}
694694
695695
// これは、完全に正しいコードです。定数式ではないからです。
696+
$x = Direction::Up['short'];
696697
var_dump("\$x is " . var_export($x, true));
697698
698699
$foo = new Foo();

0 commit comments

Comments
 (0)