diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-06 14:29:38 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-06 14:29:38 +0000 |
| commit | b5b860b3207135e684335676c4a7df900bd0df82 (patch) | |
| tree | ec6fbe18991e6e617c5d8f2d62bd4c3b4d8667f5 /app/Query | |
| parent | 5fec6c0a91ca5b48737343f0c80bcad73648fa41 (diff) | |
| download | webtrees-b5b860b3207135e684335676c4a7df900bd0df82.tar.gz webtrees-b5b860b3207135e684335676c4a7df900bd0df82.tar.bz2 webtrees-b5b860b3207135e684335676c4a7df900bd0df82.zip | |
PHPDoc
Diffstat (limited to 'app/Query')
| -rw-r--r-- | app/Query/Media.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Query/Media.php b/app/Query/Media.php index d44a4ca59b..13d6cc3559 100644 --- a/app/Query/Media.php +++ b/app/Query/Media.php @@ -78,7 +78,7 @@ class WT_Query_Media { * @param string $filter optional search string * * @return Media[] - * @throws Exception + * @throws \Exception */ public static function mediaList($folder, $subfolders, $sort, $filter) { // All files in the folder, plus external files |
