Completed
Push — master ( 7bde59...de32b4 )
by Thomas
02:52 queued 40s
created
src/Operation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     /**
42 42
      * Get callback.
43 43
      *
44
-     * @return callable|null
44
+     * @return callable
45 45
      */
46 46
     public function getCallback()
47 47
     {
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * @param Connection $connection
75 75
      *   The connection to use for this id.
76
-     * @param string $id
76
+     * @param integer $idx
77 77
      *   The id.
78 78
      *
79 79
      * @return $this
Please login to merge, or discard this patch.