Skip to content

Commit 8aeb62c

Browse files
committed
Add potato case
1 parent f7ce1a3 commit 8aeb62c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Sniffs/NamingConventions/data/ValidVariableNameSniffTest.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,5 @@ echo $obj?->_varName;
144144
$var_name . $var_name;
145145

146146
fn($_, $__, $_x) => true;
147+
148+
$var = Potato::new();

0 commit comments

Comments
 (0)