Completed
Pull Request — master (#276)
by Victor
02:16
created
src/Utils/Checkpoint.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -157,7 +157,6 @@  discard block
 block discarded – undo
157 157
 
158 158
 	/**
159 159
 	 * Return array of all checkpoint ids
160
-	 * @param string $checkpointId id of checkpoint
161 160
 	 * @return array
162 161
 	 */
163 162
 	protected function getAllCheckpointIds(){
@@ -175,7 +174,6 @@  discard block
 block discarded – undo
175 174
 
176 175
 	/**
177 176
 	 * Create an unique checkpoint id
178
-	 * @param string $checkpointId id of checkpoint
179 177
 	 * @return string
180 178
 	 */
181 179
 	protected function createCheckpointId(){
Please login to merge, or discard this patch.