Skip to content

Commit c8a2005

Browse files
committed
Update bug-12926.php
1 parent c609d28 commit c8a2005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Rules/Arrays/data/bug-12926.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

3-
declare(strict_types=1);
3+
namespace Bug12926;
44

55
class HelloWorld
66
{

0 commit comments

Comments
 (0)