Skip to content

Commit 8a0ccaf

Browse files
committed
Update bug-10640.php
1 parent 23392bb commit 8a0ccaf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/PHPStan/Analyser/nsrt/bug-10640.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@
2323
doAdd($changeSet['add']);
2424
}
2525
}
26+
27+
function doSomething($s) {}
28+
function toAdd($s) {}
29+
function toRem($s) {}
30+
function doDel($s) {}
31+
function doAdd($s) {}

0 commit comments

Comments
 (0)