Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit a0087cb

Browse files
committed
Fix: Supply namespace in script
1 parent b91ff16 commit a0087cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/TestAsset/Anonymous/with-anonymous-class.php

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* @license https://github.com/zendframework/zend-file/blob/master/LICENSE.md New BSD License
99
*/
1010

11+
namespace ZendTest\File\TestAsset\Anonymous;
12+
1113
$anonymous = new class extends \stdClass {
1214

1315
};

0 commit comments

Comments
 (0)