Completed
Push — master ( 6429c0...141c4a )
by Paweł
03:42
created
classes/CodeReview/Config.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -49,8 +49,8 @@  discard block
 block discarded – undo
49 49
 	}
50 50
 
51 51
 	/**
52
-	 * @param      $key
53
-	 * @param null $default
52
+	 * @param      string $key
53
+	 * @param boolean $default
54 54
 	 * @return null
55 55
 	 */
56 56
 	public function getOption($key, $default = null) {
@@ -107,11 +107,11 @@  discard block
 block discarded – undo
107 107
 	 */
108 108
 
109 109
 	/**
110
-	 * @param       $key
110
+	 * @param       string $key
111 111
 	 * @param array $array
112
-	 * @param null  $default
112
+	 * @param string|boolean  $default
113 113
 	 * @param bool  $strict
114
-	 * @return null
114
+	 * @return string
115 115
 	 *
116 116
 	 * Function is a part of Elgg framework with following license:
117 117
 
Please login to merge, or discard this patch.