summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Filter/MatchAll.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ruflin/elastica/lib/Elastica/Filter/MatchAll.php')
-rw-r--r--vendor/ruflin/elastica/lib/Elastica/Filter/MatchAll.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/vendor/ruflin/elastica/lib/Elastica/Filter/MatchAll.php b/vendor/ruflin/elastica/lib/Elastica/Filter/MatchAll.php
index a69b65a2..607c5fd1 100644
--- a/vendor/ruflin/elastica/lib/Elastica/Filter/MatchAll.php
+++ b/vendor/ruflin/elastica/lib/Elastica/Filter/MatchAll.php
@@ -1,19 +1,17 @@
<?php
-
namespace Elastica\Filter;
/**
- * Match all filter
+ * Match all filter.
*
- * @category Xodoa
- * @package Elastica
* @author Nicolas Ruflin <spam@ruflin.com>
- * @link http://www.elasticsearch.org/guide/reference/query-dsl/match-all-filter.html
+ *
+ * @link http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-all-filter.html
*/
class MatchAll extends AbstractFilter
{
/**
- * Creates match all filter
+ * Creates match all filter.
*/
public function __construct()
{