Completed
Pull Request — master (#1760)
by Ema
02:50
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/Document.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      * Get the value of the given field.
78 78
      *
79 79
      *
80
-     * @param mixed $key
80
+     * @param string $key
81 81
      *
82 82
      * @throws InvalidException If the given field does not exist
83 83
      *
Please login to merge, or discard this patch.