Completed
Pull Request — master (#133)
by Victor
06:40
created
lib/item.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@
 block discarded – undo
54 54
 	 */
55 55
 	private $l10n;
56 56
 	
57
+	/**
58
+	 * @param integer $id
59
+	 */
57 60
 	public function __construct(IL10N $l10n, $view, $path, $id = null) {
58 61
 		$this->l10n = $l10n;
59 62
 		
Please login to merge, or discard this patch.