Completed
Pull Request — master (#1771)
by romain
02:42
created
tests/Connection/Strategy/StrategyFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public function testCreateCallbackStrategy(): void
24 24
     {
25
-        $callback = function ($connections): void {
25
+        $callback = function($connections): void {
26 26
         };
27 27
 
28 28
         $strategy = StrategyFactory::create($callback);
Please login to merge, or discard this patch.
src/Aggregation/WeightedAvg.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * Set the weight for this aggregation.
55 55
      *
56 56
      * @param string $field
57
-     * @param mixed  $missing
57
+     * @param integer  $missing
58 58
      *
59 59
      * @return $this
60 60
      */
@@ -104,7 +104,6 @@  discard block
 block discarded – undo
104 104
     /**
105 105
      * Set the value_type for this aggregation.
106 106
      *
107
-     * @param string $format
108 107
      *
109 108
      * @return $this
110 109
      */
Please login to merge, or discard this patch.