@@ -74,7 +74,7 @@ discard block |
||
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 |
||
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 |