There was an error while loading. Please reload this page.
Should specify type to a union of the array values.
$format = $_GET['foo']; Assertion::inArray($format, [ // or Assertion::choice ExportFormat::FORMAT_CSV, ExportFormat::FORMAT_EXCEL, ]); \PhpStan\dumpType($format); // ExportFormat::FORMAT_CSV|ExportFormat::FORMAT_EXCEL