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 c609d28 commit c8a2005Copy full SHA for c8a2005
tests/PHPStan/Rules/Arrays/data/bug-12926.php
@@ -1,6 +1,6 @@
1
-<?php
+<?php declare(strict_types=1);
2
3
-declare(strict_types=1);
+namespace Bug12926;
4
5
class HelloWorld
6
{
0 commit comments