Phive\Queue\Tests\Queue\Pdo\PdoQueueTest::getUnsupportedItemTypes PHP Method

getUnsupportedItemTypes() public method

    public function getUnsupportedItemTypes()
    {
        return [Types::TYPE_BINARY_STRING, Types::TYPE_ARRAY, Types::TYPE_OBJECT];
    }