summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Transport/Null.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ruflin/elastica/lib/Elastica/Transport/Null.php')
-rw-r--r--vendor/ruflin/elastica/lib/Elastica/Transport/Null.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/ruflin/elastica/lib/Elastica/Transport/Null.php b/vendor/ruflin/elastica/lib/Elastica/Transport/Null.php
new file mode 100644
index 00000000..70dd9af1
--- /dev/null
+++ b/vendor/ruflin/elastica/lib/Elastica/Transport/Null.php
@@ -0,0 +1,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
+{
+}