Completed
Push — devel ( 3908d4...2f2813 )
by Alexey
02:14
created
src/Bardex/Elastic/Script.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * Создать новый скрипт
30
-     * @param string $language=painless
31 30
      */
32 31
     public function __construct($language='painless')
33 32
     {
Please login to merge, or discard this patch.
src/Bardex/Elastic/SearchQuery.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Bardex\Elastic;
4 4
 
5
-use Bardex\Elastic\SearchResult;
6
-
7 5
 
8 6
 /**
9 7
  * Fluent interface for ElasticSearch
Please login to merge, or discard this patch.