Skip to content

Commit 06e7e4a

Browse files
committed
Added comment
1 parent 3b45a8b commit 06e7e4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PHPStan/Rules/Methods/data/bug-13556.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
// intentional in global namespace to make the class-name conflict with a samed named class from a PHP extension
4+
35
class event {
46
public static function add($_event, $_option = []) {
57
// $_option est optionnel avec valeur par défaut

0 commit comments

Comments
 (0)