summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Transport/Null.php
blob: 70dd9af1113c64f342f4e5135f5ae23538a07d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace Elastica\Transport;

/**
 * Elastica Null Transport object.
 *
 * This class is for backward compatibility reason for all php < 7 versions. For PHP 7 and above use NullTransport as Null is reserved.
 *
 * @author James Boehmer <james.boehmer@jamesboehmer.com>
 */
class Null extends NullTransport
{
}