We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b45a8b commit 23c3ef7Copy full SHA for 23c3ef7
tests/PHPStan/Rules/Methods/data/bug-13556.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+// intentional in global namespace to make the class-name conflict with a samed named class from a PHP extension
4
+
5
class event {
6
public static function add($_event, $_option = []) {
7
// $_option est optionnel avec valeur par défaut
0 commit comments