Completed
Push — skip-by-size ( 8783f0...918c28 )
by Victor
05: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.
lib/RequestHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
 	/**
62 62
 	 *
63
-	 * @param $string
63
+	 * @param string $string
64 64
 	 * @return bool
65 65
 	 */
66 66
 	public function isScriptName($string) {
Please login to merge, or discard this patch.