Completed
Push — master ( 61efdf...7a2c62 )
by Simonas
01:38
created
src/Aggregation/AbstractAggregation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
      * Returns sub aggregation.
109 109
      * @param string $name Aggregation name to return.
110 110
      *
111
-     * @return AbstractAggregation|NamedBuilderInterface|null
111
+     * @return \ONGR\ElasticsearchDSL\BuilderInterface|null
112 112
      */
113 113
     public function getAggregation($name)
114 114
     {
Please login to merge, or discard this patch.