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 2141bd3 commit a364690Copy full SHA for a364690
tests/lib/Output/Generator/JsonTest.php
@@ -208,7 +208,6 @@ 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