Skip to content

Commit 01e0752

Browse files
committed
Added PHPStan
1 parent 77b97d5 commit 01e0752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/Output/Generator/JsonTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ public function testGeneratorHashElement()
208208

209209
$generator->startHashElement('elements');
210210

211+
\Phpstan\dumpType($generator);
211212
$generator->startValueElement('element', 'element value 1', ['attribute' => 'attribute value 1']);
212213
$generator->endValueElement('element');
213214

0 commit comments

Comments
 (0)