mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 21:26:28 +02:00
[ticket/12536] Restore missing @throws
PHPBB3-12536
This commit is contained in:
@ -208,6 +208,7 @@ class version_helper
|
|||||||
*
|
*
|
||||||
* @param bool $force_update Ignores cached data. Defaults to false.
|
* @param bool $force_update Ignores cached data. Defaults to false.
|
||||||
* @return string Version info
|
* @return string Version info
|
||||||
|
* @throws \RuntimeException
|
||||||
*/
|
*/
|
||||||
public function get_versions_matching_stability($force_update = false)
|
public function get_versions_matching_stability($force_update = false)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user