HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/stage/wp-content/plugins/backwpup/src/Http/Message/ResponseFactory.php
<?php

namespace Inpsyde\BackWPup\Http\Message;

use GuzzleHttp\Psr7\Response;

/**
 * Factory for creating responses.
 *
 * Uses GuzzleHttp\Psr7 objects for implementation.
 */
class ResponseFactory implements ResponseFactoryInterface
{
    /**
     * {@inheritdoc}
     */
    public function createResponse($code = 200, $reasonPhrase = '')
    {
        return new Response($code, [], null, '1.1', $reasonPhrase);
    }
}