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 77b97d5 commit 01e0752Copy full SHA for 01e0752
tests/lib/Output/Generator/JsonTest.php
@@ -208,6 +208,7 @@ public function testGeneratorHashElement()
208
209
$generator->startHashElement('elements');
210
211
+ \Phpstan\dumpType($generator);
212
$generator->startValueElement('element', 'element value 1', ['attribute' => 'attribute value 1']);
213
$generator->endValueElement('element');
214
0 commit comments