Skip to content

Commit 22f7813

Browse files
committed
Add missing file
1 parent 45d447e commit 22f7813

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
class X {
3+
// It's a syntax error to have more than one visibility modifier
4+
public function __construct(
5+
public protected $var
6+
) {}
7+
}

0 commit comments

Comments
 (0)