diff options
author | umherirrender <umherirrender_de.wp@web.de> | 2014-07-24 19:43:44 +0200 |
---|---|---|
committer | umherirrender <umherirrender_de.wp@web.de> | 2014-07-24 19:43:44 +0200 |
commit | 768ac15c700be7f25c4288f2675d2689f29859a3 (patch) | |
tree | 3d69937cf6116582f49828f62b6e3e81b390cdbb /includes/search/SearchResult.php | |
parent | dd8921c9d97442c6e460acebee806c895f9b7d76 (diff) | |
download | mediawikicore-768ac15c700be7f25c4288f2675d2689f29859a3.tar.gz mediawikicore-768ac15c700be7f25c4288f2675d2689f29859a3.zip |
Cleanup some docs (includes/[s-z])
- Swap "$variable type" to "type $variable"
- Added missing types
- Fixed spacing inside docs
- Makes beginning of @param/@return/@var/@throws in capital
- Changed some types to match the more common spelling
Change-Id: Ie419638e909a47aa72a274043604247830ee1a81
Diffstat (limited to 'includes/search/SearchResult.php')
-rw-r--r-- | includes/search/SearchResult.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/search/SearchResult.php b/includes/search/SearchResult.php index 56ae2ffca271..453211be96a9 100644 --- a/includes/search/SearchResult.php +++ b/includes/search/SearchResult.php @@ -217,7 +217,7 @@ class SearchResult { } /** - * @return string timestamp + * @return string Timestamp */ function getTimestamp() { if ( $this->mRevision ) { |