Completed
Push — master ( eb2a9a...0ad9ec )
by Thomas
02:47
created
src/Connection.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      *
71 71
      * @param int $oldDepth
72 72
      *   The old depth.
73
-     * @param $newDepth
73
+     * @param integer $newDepth
74 74
      *   The new depth.
75 75
      *
76 76
      * @return Operation[]
@@ -107,6 +107,7 @@  discard block
 block discarded – undo
107 107
      *
108 108
      * @param Operation[]
109 109
      *   The operations to commit.
110
+     * @param Operation[] $operations
110 111
      */
111 112
     protected function commitOperations($operations) {
112 113
         foreach ($operations as $operation) {
@@ -120,6 +121,7 @@  discard block
 block discarded – undo
120 121
      *
121 122
      * @param Operation[]
122 123
      *   The operations to commit.
124
+     * @param Operation[] $operations
123 125
      */
124 126
     protected function rollbackOperations($operations) {
125 127
         foreach ($operations as $operation) {
Please login to merge, or discard this patch.