@@ -70,7 +70,7 @@ discard block |
||
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 |
||
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 |
||
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) { |