Merge "doc: Cleanup @param documentation"
This commit is contained in:
commit
76c52330ba
5 changed files with 5 additions and 5 deletions
|
|
@ -307,7 +307,7 @@ class DerivedPageDataUpdater implements IDBAccessObject, LoggerAwareInterface {
|
|||
private $permissionManager;
|
||||
|
||||
/**
|
||||
* @param WikiPage $wikiPage ,
|
||||
* @param WikiPage $wikiPage
|
||||
* @param RevisionStore $revisionStore
|
||||
* @param RevisionRenderer $revisionRenderer
|
||||
* @param SlotRoleRegistry $slotRoleRegistry
|
||||
|
|
|
|||
|
|
@ -1517,7 +1517,7 @@ class DifferenceEngine extends ContextSource {
|
|||
* Generate a debug comment indicating diff generating time,
|
||||
* server node, and generator backend.
|
||||
*
|
||||
* @param string $generator : What diff engine was used
|
||||
* @param string $generator What diff engine was used
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ class LanguageConverterFactory {
|
|||
* @param bool $usePigLatinVariant should pig variant of English be used
|
||||
* @param bool $isConversionDisabled Whether to disable language variant conversion
|
||||
* @param bool $isTitleConversionDisabled Whether to disable language variant conversion for links
|
||||
* @param callable $defaultLanguage - callback of () : Language, should return
|
||||
* @param callable $defaultLanguage callback of () : Language, should return
|
||||
* default language. Used in getLanguageConverter when $language is null.
|
||||
*
|
||||
* @internal Should be called from MediaWikiServices only.
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ abstract class PoolCounter {
|
|||
|
||||
/**
|
||||
* Checks that the lock request is sane.
|
||||
* @return Status - good for sane requests fatal for insane
|
||||
* @return Status good for sane requests fatal for insane
|
||||
* @since 1.25
|
||||
*/
|
||||
final protected function precheckAcquire() {
|
||||
|
|
|
|||
|
|
@ -272,7 +272,7 @@ class ActorStore implements UserIdentityLookup, ActorNormalization {
|
|||
*
|
||||
* @param UserIdentity $user
|
||||
* @param int $id
|
||||
* @param bool $assigned - whether a new actor ID was just assigned.
|
||||
* @param bool $assigned whether a new actor ID was just assigned.
|
||||
*/
|
||||
private function attachActorId( UserIdentity $user, int $id, bool $assigned ) {
|
||||
if ( $user instanceof User ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue