Completed
Pull Request — master (#6337)
by Daniel
08:28
created
src/Dev/Deprecation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 	 * greater than or equal to this version, a message will be raised
75 75
 	 *
76 76
 	 * @static
77
-	 * @param $ver string -
77
+	 * @param string $ver string -
78 78
 	 *     A php standard version string, see http://php.net/manual/en/function.version-compare.php for details.
79 79
 	 * @param null $forModule string -
80 80
 	 *    The name of a module. The passed version will be used as the check value for
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 	/**
138 138
 	 * Determine if deprecation notices should be displayed
139 139
 	 *
140
-	 * @return bool
140
+	 * @return boolean|string
141 141
 	 */
142 142
 	public static function get_enabled() {
143 143
 		// Deprecation is only available on dev
Please login to merge, or discard this patch.