diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-26 23:46:59 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-26 23:52:09 +0200 |
commit | 8a227b981adae1ec49ad0996f32fe3e5fff33e8a (patch) | |
tree | d579b0cb09938f58537791d2215d4f5b8d3e2c9e /phpBB/phpbb/version_helper.php | |
parent | a1e21f0a5cfafb9f195002031618656d0e1abfc8 (diff) | |
download | forums-8a227b981adae1ec49ad0996f32fe3e5fff33e8a.tar forums-8a227b981adae1ec49ad0996f32fe3e5fff33e8a.tar.gz forums-8a227b981adae1ec49ad0996f32fe3e5fff33e8a.tar.bz2 forums-8a227b981adae1ec49ad0996f32fe3e5fff33e8a.tar.xz forums-8a227b981adae1ec49ad0996f32fe3e5fff33e8a.zip |
[ticket/12536] Restore missing @throws
PHPBB3-12536
Diffstat (limited to 'phpBB/phpbb/version_helper.php')
-rw-r--r-- | phpBB/phpbb/version_helper.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/version_helper.php b/phpBB/phpbb/version_helper.php index 4718088ab6..76bd477e18 100644 --- a/phpBB/phpbb/version_helper.php +++ b/phpBB/phpbb/version_helper.php @@ -208,6 +208,7 @@ class version_helper * * @param bool $force_update Ignores cached data. Defaults to false. * @return string Version info + * @throws \RuntimeException */ public function get_versions_matching_stability($force_update = false) { |