Completed
Pull Request — master (#111)
by Luca
09:57
created
includes/ContentImport/ContentImporter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -206,6 +206,9 @@
 block discarded – undo
206 206
 		return $this->has_created_post;
207 207
 	}
208 208
 
209
+	/**
210
+	 * @param boolean $handle
211
+	 */
209 212
 	public function handle( $handle ) {
210 213
 		$this->handle = $handle;
211 214
 	}
Please login to merge, or discard this patch.