<?php

// @codingStandardsIgnoreFile

namespace PHPSTORM_META
{
    expectedArguments(\json5_decode(), 3, JSON_BIGINT_AS_STRING | JSON_OBJECT_AS_ARRAY | JSON_THROW_ON_ERROR);
    expectedArguments(\ColinODell\Json5\Json5Decoder::decode(), 3, JSON_BIGINT_AS_STRING | JSON_OBJECT_AS_ARRAY | JSON_THROW_ON_ERROR);
}
