Completed
Push — master ( 316830...6154cf )
by Paweł
03:31
created
classes/CodeReviewConfig.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
 	}
30 30
 
31 31
 	/**
32
-	 * @param      $key
33
-	 * @param null $default
32
+	 * @param      string $key
33
+	 * @param boolean $default
34 34
 	 * @return null
35 35
 	 */
36 36
 	public function getOption($key, $default = null) {
Please login to merge, or discard this patch.