Back to Psalm

MixedClone

docs/running_psalm/issues/MixedClone.md

6.16.1119 B
Original Source

MixedClone

Emitted when trying to clone a value whose type is not known

php
<?php

$a = clone $GLOBALS["a"];