Failed Conditions
Pull Request — master (#3)
by GBProd
02:15
created
tests/ElasticaSpecification/ExpressionBuilder/AndXBuilderTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
         );
45 45
     }
46 46
 
47
+    /**
48
+     * @param AndX $andx
49
+     */
47 50
     private function createRegistry($andx)
48 51
     {
49 52
         $builder = $this->createMock(Builder::class);
Please login to merge, or discard this patch.