Page MenuHomePhabricator

make phpdoc shows errors in our PHP documentation
Closed, ResolvedPublic

Description

Here is the output when you run make phpdoc. Let's get this nice and clean! :)

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/api/ApiMobileView.php

No summary was found for this file
No summary for class \ApiMobileView
No summary for property $followRedirects
No summary for property $noHeadings
No summary for property $mainPage
No summary for property $noTransform
No summary for property $variant
No summary for property $offset
No summary for property $maxlen
No summary for property $usePageImages
No summary for property $file
Argument $main is missing from the Docblock of __construct()
Argument $action is missing from the Docblock of __construct()
No summary for method __construct()
Argument $text is missing from the Docblock of stringSplitter()
No summary for method stringSplitter()
Argument $html is missing from the Docblock of prepareSection()
No summary for method prepareSection()
Argument $noImages is missing from the Docblock of getData()
No summary for method getData()
No summary for method getFilePage()
Argument $size is missing from the Docblock of addPageImage()
No summary for method getAllowedParams()
No summary for method getParamDescription()
No summary for method getDescription()
No summary for method getExamples()
No summary for method getHelpUrls()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/api/ApiParseExtender.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/DeviceDetection.php

No summary for property $userAgent
No summary for property $acceptHeader
No summary for property $isMobile
No summary for property $tablet
Argument $userAgent is missing from the Docblock of __construct()
Argument $acceptHeader is missing from the Docblock of __construct()
No summary for method __construct()
No summary for method isMobileDevice()
No summary for method isTablet()
No summary for method detectMobileDevice()
No summary for method detectTablet()
No summary for class \PredefinedDeviceProperties
No summary for class \HtmlDeviceProperties
No summary for method isMobileDevice()
No summary for method detectDeviceProperties()
No summary for method isMobileDevice()
No summary for interface \IDeviceDetector
No summary for method detectDeviceProperties()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/diff/InlineDifferenceEngine.php

No summary was found for this file
No summary for class \InlineDifferenceEngine
No summary for method getDiffBodyCacheKey()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/diff/InlineDiffFormatter.php

No summary was found for this file
No summary for class \InlineDiffFormatter
No summary for method blockHeader()
No summary for method added()
No summary for method deleted()
No summary for method context()
No summary for method wrapLine()
No summary for method lineOrNbsp()
No summary for method changed()
Argument $diff is missing from the Docblock of inlineWordDiff()
No summary for method inlineWordDiff()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobileContext.php

No summary was found for this file
No summary for class \MobileContext
No summary for property $mobileMode
No summary for property $disableImages
No summary for property $useFormat
No summary for property $blacklistedPage
No summary for property $device
No summary for property $mobileAction
No summary for property $forceMobileView
No summary for property $contentTransformations
No summary for property $mobileView
No summary for property $instance
No summary for method singleton()
Argument $instance is missing from the Docblock of setInstance()
No summary for method setInstance()
No summary for method __construct()
No summary for method isMobileDevice()
No summary for method setForceMobileView()
No summary for method getForceMobileView()
No summary for method setContentTransformations()
No summary for method getContentTransformations()
No summary for method isFauxMobileDevice()
No summary for method isAlphaGroupMember()
No summary for method isBetaGroupMember()
No summary for method shouldDisplayMobileViewInternal()
No summary for method isBlacklistedPageInternal()
No summary for method getMobileAction()
No summary for method getUseFormat()
Argument $useFormat is missing from the Docblock of setUseFormat()
No summary for method setUseFormat()
Argument $expiry is missing from the Docblock of setStopMobileRedirectCookie()
No summary for method setStopMobileRedirectCookie()
No summary for method unsetStopMobileRedirectCookie()
No summary for method getStopMobileRedirectCookie()
No summary for method setDisableImagesCookie()
No summary for method getBaseDomain()
No summary for method unsetUseFormatCookie()
Argument $url is missing from the Docblock of getDesktopUrl()
Argument $view is missing from the Docblock of toggleView()
Argument $url is missing from the Docblock of isLocalUrl()
No summary for method getAnalyticsLogItems()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobileFormatter.php

No summary was found for this file
No summary for property $pageTransformStart
No summary for property $pageTransformEnd
No summary for property $headingTransformStart
No summary for property $headingTransformEnd
No summary for property $title
No summary for property $expandableSections
No summary for property $mainPage
No summary for property $backToTopLink
No summary for property $headings
No summary for method enableExpandableSections()
No summary for method disableBackToTop()
Argument $value is missing from the Docblock of setIsMainPage()
No summary for method setIsMainPage()
Argument $html is missing from the Docblock of onHtmlReady()
No summary for method onHtmlReady()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobileFrontend.body.php

No summary was found for this file
No summary for class \ExtMobileFrontend
No summary for method DOMParse()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobileFrontend.hooks.php

No summary was found for this file
Argument $list is missing from the Docblock of onSpecialPage_initList()
Argument $tags is missing from the Docblock of onListDefinedTags()
Argument $builder is missing from the Docblock of onAbuseFilterBuilder()
Argument $template is missing from the Docblock of onUserLoginForm()
No summary for method onUserLoginForm()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobilePage.php

No summary was found for this file
No summary for property $file
No summary for property $content
No summary for property $usePageImages
No summary for method __construct()
Argument $className is missing from the Docblock of getPlaceHolderThumbnailHtml()
No summary for method getPlaceHolderThumbnailHtml()
Argument $html is missing from the Docblock of setPageListItemContent()
No summary for method setPageListItemContent()
Argument $useBackgroundImage is missing from the Docblock of getMediumThumbnailHtml()
No summary for method getMediumThumbnailHtml()
Argument $useBackgroundImage is missing from the Docblock of getSmallThumbnailHtml()
No summary for method getSmallThumbnailHtml()
Argument $size is missing from the Docblock of getPageImageHtml()
Argument $useBackgroundImage is missing from the Docblock of getPageImageHtml()
No summary for method getPageImageHtml()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobileUserInfo.php

No summary was found for this file
No summary for method __construct()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/modules/MFResourceLoaderModule.php

No summary was found for this file
No summary for property $dependencies
No summary for property $parsedMessages
No summary for property $messages
No summary for property $templates
No summary for property $localBasePath
No summary for property $targets
No summary for property $hasParsedMessages
No summary for property $hasTemplates
Argument $options is missing from the Docblock of __construct()
No summary for method getLocalTemplatePath()
Argument $messages is missing from the Docblock of processMessages()
No summary for method getScriptURLsForDebug()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/modules/MobileSiteModule.php

No summary was found for this file
No summary for class \MobileSiteModule
No summary for property $targets
No summary for method getPages()
No summary for method getPosition()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/Resources.php
Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/MinervaTemplate.php

No summary was found for this file
No summary for class \MinervaTemplate
No summary for property $languageButtonClassName
No summary for property $isSpecialPage
No summary for property $isMainPage
No summary for method getPersonalTools()
No summary for method execute()
No summary for method getLanguageVariants()
No summary for method getLanguages()
No summary for method getDiscoveryTools()
No summary for method getSiteLinks()
No summary for method getPageActions()
Argument $option is missing from the Docblock of getFooterLinks()
No summary for method getFooterLinks()
Argument $data is missing from the Docblock of renderFooter()
No summary for method renderFooter()
Argument $data is missing from the Docblock of renderPageActions()
No summary for method renderPageActions()
No summary for method renderMetaSections()
Argument $data is missing from the Docblock of renderPreContent()
No summary for method renderPreContent()
Argument $data is missing from the Docblock of renderContentWrapper()
No summary for method renderContentWrapper()
Argument $data is missing from the Docblock of renderMainMenu()
No summary for method renderMainMenu()
Argument $data is missing from the Docblock of render()
No summary for method render()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/MinervaTemplateAlpha.php

No summary was found for this file
No summary for class \MinervaTemplateAlpha
No summary for method renderCategories()
No summary for method renderMetaSections()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/MinervaTemplateBeta.php

No summary was found for this file
No summary for class \MinervaTemplateBeta
No summary for property $languageButtonClassName
Argument $data is missing from the Docblock of renderPageActions()
No summary for method renderPageActions()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/SkinMinerva.php

No summary was found for this file
No summary for property $echoButtonClass
No summary for property $skinname
No summary for property $template
No summary for property $useHeadElement
No summary for property $mobileContext
No summary for method prepareQuickTemplate()
Argument $section is missing from the Docblock of doEditSectionLink()
Argument $tooltip is missing from the Docblock of doEditSectionLink()
Argument $lang is missing from the Docblock of doEditSectionLink()
No summary for method getMode()
No summary for method __construct()
No summary for method getSearchPlaceHolderText()
No summary for method prepareHeaderAndFooter()
No summary for method prepareSearch()
No summary for method prepareMenuButton()
No summary for method prepareBanners()
No summary for method prepareSiteLinks()
No summary for method prepareWarnings()
No summary for method preparePageActions()
No summary for method getSkinConfigMobileVariables()
No summary for method getDefaultModules()
No summary for method getSkinStyles()
No summary for method outputPage()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/SkinMinervaAlpha.php

No summary was found for this file
No summary for class \SkinMinervaAlpha
No summary for property $template
No summary for property $mode
No summary for method getSearchPlaceHolderText()
No summary for method getDefaultModules()
No summary for method prepareQuickTemplate()
No summary for method prepareTalkLabel()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/SkinMinervaApp.php

No summary was found for this file
No summary for class \SkinMinervaApp
No summary for property $mode
No summary for method getSearchPlaceHolderText()
No summary for method getHtmlElementAttributes()
No summary for method getSkinStyles()
No summary for method isAuthenticatedUser()
No summary for method prepareUserButton()
No summary for method getDefaultModules()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/SkinMinervaBeta.php

No summary was found for this file
No summary for class \SkinMinervaBeta
No summary for property $echoButtonClass
No summary for property $template
No summary for property $mode
No summary for method outputPage()
No summary for method getSearchPlaceHolderText()
No summary for method getSkinStyles()
No summary for method prepareQuickTemplate()
No summary for method getSkinConfigVariables()
No summary for method getDefaultModules()
No summary for method prepareBanners()
No summary for method handleNewPages()
No summary for method prepareWarnings()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/UserAccountCreateMobileTemplate.php

No summary was found for this file
No summary for property $actionMessages
No summary for property $pageMessages
No summary for method execute()
Argument $header is missing from the Docblock of handleCaptcha()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/UserLoginAndCreateTemplate.php

No summary was found for this file
No summary for property $pageMessageHeaders
No summary for property $pageMessages
No summary for property $actionMessageHeaders
No summary for property $actionMessages
No summary for method renderMessageHtml()
No summary for method getLogoHtml()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/UserLoginMobileTemplate.php

No summary was found for this file
No summary for property $actionMessages
No summary for property $pageMessages
No summary for method execute()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/MobileSpecialPage.php

No summary was found for this file
No summary for class \MobileSpecialPage
No summary for property $hasDesktopVersion
No summary for property $mode
Argument $subPage is missing from the Docblock of executeWhenAvailable()
Argument $subPage is missing from the Docblock of execute()
No summary for method execute()
No summary for method setHeaders()
Argument $msg is missing from the Docblock of renderUnavailableBanner()
No summary for method addModules()
No summary for method isListed()
No summary for method showPageNotFound()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/MobileSpecialPageFeed.php

No summary was found for this file
Argument $par is missing from the Docblock of execute()
No summary for method execute()
Argument $ts is missing from the Docblock of renderFeedItemHtml()
Argument $diffLink is missing from the Docblock of renderFeedItemHtml()
Argument $username is missing from the Docblock of renderFeedItemHtml()
Argument $comment is missing from the Docblock of renderFeedItemHtml()
Argument $title is missing from the Docblock of renderFeedItemHtml()
Argument $isAnon is missing from the Docblock of renderFeedItemHtml()
Argument $bytes is missing from the Docblock of renderFeedItemHtml()
Argument $isMinor is missing from the Docblock of renderFeedItemHtml()
No summary for method renderFeedItemHtml()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileContributions.php

No summary was found for this file
No summary for class \SpecialMobileContributions
No summary for property $specialPageName
No summary for property $user
No summary for property $lastDate
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method showContributions()
No summary for method showContributionsRow()
No summary for method getQueryConditions()
Argument $subPage is missing from the Docblock of getDesktopUrl()
No summary for method getDesktopUrl()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileDiff.php

No summary was found for this file
No summary for class \SpecialMobileDiff
No summary for property $hasDesktopVersion
No summary for property $revId
No summary for property $rev
No summary for property $prevRev
No summary for property $targetTitle
No summary for method __construct()
Argument $id is missing from the Docblock of getRevision()
No summary for method getRevision()
No summary for method executeBadQuery()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method showHeader()
No summary for method showDiff()
No summary for method showFooter()
No summary for method listGroups()
No summary for method getMobileUrlFromDesktop()
Argument $subPage is missing from the Docblock of getDesktopUrl()
No summary for method getDesktopUrl()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileEditor.php

No summary was found for this file
No summary for class \SpecialMobileEditor
No summary for method __construct()
Argument $subpage is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileHistory.php

No summary was found for this file
No summary for class \SpecialMobileHistory
No summary for method __construct()
No summary for method showPageNotFound()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method doQuery()
No summary for method showRow()
Argument $ts is missing from the Docblock of getMoreButton()
No summary for method getMoreButton()
No summary for method showHistory()
Argument $subPage is missing from the Docblock of getDesktopUrl()
No summary for method getDesktopUrl()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileLanguages.php

No summary was found for this file
No summary for class \SpecialMobileLanguages
No summary for property $title
No summary for method __construct()
Argument $pagename is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileMenu.php

No summary was found for this file
No summary for method __construct()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileNotifications.php

No summary was found for this file
No summary for class \SpecialMobileNotifications
Argument $par is missing from the Docblock of execute()
No summary for method execute()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileOptions.php

No summary was found for this file
No summary for class \SpecialMobileOptions
No summary for property $returnToTitle
No summary for property $subpage
No summary for property $hasDesktopVersion
No summary for property $options
No summary for property $unstyledContent
No summary for method __construct()
Argument $par is missing from the Docblock of execute()
No summary for method execute()
No summary for method getSettingsForm()
No summary for method getSiteSelector()
No summary for method chooseLanguage()
No summary for method submitSettingsForm()
Argument $option is missing from the Docblock of getURL()
Argument $fullUrl is missing from the Docblock of getURL()
No summary for method getURL()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileUserlogin.php

No summary was found for this file
No summary for class \SpecialMobileUserlogin
Argument $par is missing from the Docblock of execute()
No summary for method execute()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileWatchlist.php

No summary was found for this file
No summary for class \SpecialMobileWatchlist
No summary for property $view
No summary for property $filter
No summary for property $usePageImages
No summary for property $optionsChanged
No summary for property $fromPageTitle
No summary for method __construct()
No summary for method renderAnonBanner()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method getWatchlistHeader()
No summary for method showRecentChangesHeader()
No summary for method doFeedQuery()
No summary for method doListQuery()
No summary for method showFeedResults()
No summary for method showListResults()
Argument $feed is missing from the Docblock of showResults()
No summary for method showResults()
Argument $feed is missing from the Docblock of showEmptyList()
No summary for method showEmptyList()
Argument $row is missing from the Docblock of renderThumb()
No summary for method renderThumb()
Argument $row is missing from the Docblock of showFeedResultRow()
No summary for method showFeedResultRow()
Argument $row is missing from the Docblock of showListResultRow()
No summary for method showListResultRow()
Argument $name is missing from the Docblock of updatePreference()
Argument $value is missing from the Docblock of updatePreference()
No summary for method updatePreference()
Argument $comment is missing from the Docblock of formatComment()
Argument $title is missing from the Docblock of formatComment()
No summary for method formatComment()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileWebApp.php

No summary was found for this file
No summary for class \SpecialMobileWebApp
No summary for method __construct()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method generateManifest()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialNearby.php

No summary was found for this file
No summary for class \SpecialNearby
No summary for property $hasDesktopVersion
No summary for method __construct()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialUploads.php

No summary was found for this file
No summary for class \SpecialUploads
No summary for method __construct()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialUserProfile.php

No summary was found for this file
No summary for class \SpecialUserProfile
No summary for property $hasDesktopVersion
No summary for property $targetUser
No summary for property $userInfo
No summary for method __construct()
No summary for method getDaysAgo()
No summary for method getTalkLink()
No summary for method getHtmlNoUser()
No summary for method getUserFooterHtml()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/MobileFrontend.alias.php
Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/MobileFrontend.php

No summary for function \efMobileFrontend_Setup()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/node_modules/grunt-phpdocumentor/test/fixtures/sources/A.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/tests/phpunit/api/ApiMobileViewTest.php

No summary was found for this file
No summary for class \MockApiMobileView
Argument $name is missing from the Docblock of makeTitle()
No summary for method makeTitle()
No summary for method getParserOutput()
No summary for method makeWikiPage()
No summary for method makeParserOptions()
No summary for method getAllowedParams()
No summary for class \MockWikiPage
No summary for method getLatest()
No summary for method isRedirect()
No summary for method getRedirectTarget()
No summary for class \ApiMobileViewTest
No summary for property $savedGlobals
No summary for method setUp()
No summary for method tearDown()
Argument $expectedSections is missing from the Docblock of testParseSections()
Argument $expectedMissing is missing from the Docblock of testParseSections()
Argument $str is missing from the Docblock of testParseSections()
No summary for method testParseSections()
No summary for method provideSections()
No summary for method testView()
No summary for method provideView()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/tests/phpunit/api/ApiParseExtenderTest.php

No summary was found for this file
No summary for class \ApiParseExtenderTest
No summary for property $savedGlobals
No summary for method setUp()
No summary for method tearDown()
Argument $expected is missing from the Docblock of testApi()
No summary for method testApi()
Argument $expected is missing from the Docblock of doTest()
No summary for method doTest()
No summary for method getData()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/tests/phpunit/bootstrap.php
Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/tests/phpunit/DeviceDetectionTest.php

No summary was found for this file
No summary for class \DeviceDetectionTest
No summary for property $mobiles
No summary for property $tablets
Argument $array is missing from the Docblock of map()
Argument $flag is missing from the Docblock of map()
No summary for method map()
No summary for method mobileDevices()
Argument $expected is missing from the Docblock of testIsMobileDevice()
Argument $userAgent is missing from the Docblock of testIsMobileDevice()
No summary for method testIsMobileDevice()
No summary for method provideTestIsMobileDevice()
Argument $expected is missing from the Docblock of testIsTablet()
Argument $userAgent is missing from the Docblock of testIsTablet()
No summary for method testIsTablet()
No summary for method provideTestIsTablet()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/tests/phpunit/MobileContextTest.php

No summary was found for this file
No summary for class \MobileContextTest
No summary for method setUp()
No summary for method tearDown()
No summary for method makeContext()
Argument $server is missing from the Docblock of testGetBaseDomain()
Argument $baseDomain is missing from the Docblock of testGetBaseDomain()
No summary for method testGetBaseDomain()
No summary for method getBaseDomainProvider()
No summary for method testGetMobileUrl()
No summary for method testParseMobileUrlTemplate()
Argument $url is missing from the Docblock of testUpdateMobileUrlHost()
Argument $expected is missing from the Docblock of testUpdateMobileUrlHost()
Argument $urlTemplate is missing from the Docblock of testUpdateMobileUrlHost()
No summary for method testUpdateMobileUrlHost()
No summary for method updateMobileUrlHostProvider()
Argument $mobile is missing from the Docblock of testUpdateDesktopUrlQuery()
Argument $desktop is missing from the Docblock of testUpdateDesktopUrlQuery()
No summary for method testUpdateDesktopUrlQuery()
No summary for method updateDesktopUrlQueryProvider()
Argument $mobile is missing from the Docblock of testUpdateDesktopUrlHost()
Argument $desktop is missing from the Docblock of testUpdateDesktopUrlHost()
Argument $server is missing from the Docblock of testUpdateDesktopUrlHost()
No summary for method testUpdateDesktopUrlHost()
No summary for method updateDesktopUrlHostProvider()
No summary for method testUpdateMobileUrlPath()
Argument $isFauxDevice is missing from the Docblock of testIsFauxMobileDevice()
Argument $msg is missing from the Docblock of testIsFauxMobileDevice()
Argument $useformat is missing from the Docblock of testIsFauxMobileDevice()
No summary for method testIsFauxMobileDevice()
No summary for method isFauxMobileDeviceProvider()
Argument $shouldDisplay is missing from the Docblock of testShouldDisplayMobileView()
Argument $xWap is missing from the Docblock of testShouldDisplayMobileView()
Argument $requestVal is missing from the Docblock of testShouldDisplayMobileView()
Argument $msg is missing from the Docblock of testShouldDisplayMobileView()
No summary for method testShouldDisplayMobileView()
No summary for method shouldDisplayMobileViewProvider()
Argument $mobileaction is missing from the Docblock of testGetMobileAction()
No summary for method testGetMobileAction()
No summary for method getMobileActionProvider()
Argument $explicit is missing from the Docblock of testGetUseFormat()
Argument $requestParam is missing from the Docblock of testGetUseFormat()
Argument $expected is missing from the Docblock of testGetUseFormat()
No summary for method testGetUseFormat()
No summary for method getUseFormatProvider()
No summary for method testGetUseFormatCookieExpiry()
No summary for method testGetStopMobileRedirectCookieDomain()
No summary for method testIsLocalUrl()
Argument $key is missing from the Docblock of testAddAnalyticsLogItem()
Argument $val is missing from the Docblock of testAddAnalyticsLogItem()
No summary for method testAddAnalyticsLogItem()
No summary for method addAnalyticsLogItemProvider()
Argument $logItems is missing from the Docblock of testGetXAnalyticsHeader()
Argument $expectedHeader is missing from the Docblock of testGetXAnalyticsHeader()
No summary for method testGetXAnalyticsHeader()
No summary for method getXAnalyticsHeaderProvider()
Argument $analyticsItem is missing from the Docblock of testAddAnalyticsLogItemFromXAnalytics()
Argument $key is missing from the Docblock of testAddAnalyticsLogItemFromXAnalytics()
Argument $val is missing from the Docblock of testAddAnalyticsLogItemFromXAnalytics()
No summary for method testAddAnalyticsLogItemFromXAnalytics()
No summary for method addAnalyticsLogItemFromXAnalyticsProvider()
Argument $domainTemplate is missing from the Docblock of testGetMobileHostToken()
Argument $result is missing from the Docblock of testGetMobileHostToken()
No summary for method testGetMobileHostToken()
No summary for method getMobileHostTokenProvider()
Argument $isAlpha is missing from the Docblock of testOptIn()
Argument $isBeta is missing from the Docblock of testOptIn()
No summary for method testOptIn()
No summary for method optInProvider()
No summary for method testToggleView()
No summary for method provideToggleView()
No summary for class \MFFauxRequest
No summary for property $cookies
No summary for property $url
No summary for property $response
Argument $url is missing from the Docblock of __construct()
No summary for method __construct()
Argument $key is missing from the Docblock of getCookie()
Argument $prefix is missing from the Docblock of getCookie()
Argument $default is missing from the Docblock of getCookie()
No summary for method getCookie()
No summary for method getRequestURL()
No summary for method response()
No summary for class \BogusMobileContext
Argument $who is missing from the Docblock of __call()
Argument $cares is missing from the Docblock of __call()
No summary for method __call()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/tests/phpunit/MobileFormatterTest.php

No summary was found for this file
No summary for class \MobileFormatterTest
No summary for method testHtmlTransform()
No summary for method getHtmlData()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/tests/phpunit/modules/MFResourceLoaderModuleTest.php

No summary was found for this file
No summary for class \MFResourceLoaderModuleTest
No summary for property $modules
No summary for method providerGetMessages()
No summary for method providerAddParsedMessages()
No summary for method providerGetTemplateNames()
No summary for method providerGetTemplateScript()
No summary for method providerGetModifiedTimeTemplates()
Argument $module is missing from the Docblock of testAddParsedMessages()
Argument $expectedJavascript is missing from the Docblock of testAddParsedMessages()
No summary for method testAddParsedMessages()
Argument $module is missing from the Docblock of testGetMessages()
Argument $expectedMessages is missing from the Docblock of testGetMessages()
No summary for method testGetMessages()
Argument $module is missing from the Docblock of testGetTemplateNames()
Argument $expected is missing from the Docblock of testGetTemplateNames()
No summary for method testGetTemplateNames()
Argument $module is missing from the Docblock of testGetTemplateScript()
Argument $expected is missing from the Docblock of testGetTemplateScript()
No summary for method testGetTemplateScript()
Argument $module is missing from the Docblock of testGetModifiedTimeTemplates()
Argument $expected is missing from the Docblock of testGetModifiedTimeTemplates()
No summary for method testGetModifiedTimeTemplates()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/tests/phpunit/specials/MobileSpecialPageTest.php

No summary was found for this file
No summary for class \MobileSpecialPageTest
No summary for method setUp()
No summary for method testGetDesktopUrl()
No summary for method provideGetDesktopUrl()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/tests/phpunit/specials/SpecialMobileDiffTest.php

No summary was found for this file
No summary for class \SpecialMobileDiffTest
No summary for method tearDown()
Argument $par is missing from the Docblock of testNames()
Argument $expected is missing from the Docblock of testNames()
No summary for method testNames()
No summary for method providerTestNames()
Argument $expected is missing from the Docblock of testRedirectFromDesktopDiff()
No summary for method testRedirectFromDesktopDiff()
No summary for method redirectFromDesktopDiffProvider()
No summary for method testInlineDiffs()
Argument $text is missing from the Docblock of strip()
No summary for method strip()
No summary for class \MockSpecialMobileDiff
Argument $id is missing from the Docblock of getRevision()
No summary for method getRevision()
No summary for method executeBadQuery()
No summary for class \MFMockRevision
No summary for property $id
No summary for method getId()
Argument $revisionId is missing from the Docblock of __construct()
No summary for method __construct()
Argument $revisionId is missing from the Docblock of newFromId()
Argument $flags is missing from the Docblock of newFromId()
No summary for method newFromId()
No summary for method getTitle()
No summary for method getPrevious()

Version: unspecified
Severity: normal

Details

Reference
bz66086

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:09 AM
bzimport set Reference to bz66086.

Yeah, this is a lot of writing work :D If it's ok, i would like to do that, so i can learn a little bit, what functions and functionallity MobileFrontend has, so assigne to me? :)

Florian that would be awesome. Assigning to you! :)

Change 137297 had a related patch set uploaded by Florianschmidtwelzow:
WIP: Document functions, files and so on for phpdoc

https://gerrit.wikimedia.org/r/137297

Change 137739 had a related patch set uploaded by Florianschmidtwelzow:
Update doc for files in includes/

https://gerrit.wikimedia.org/r/137739

Change 137739 merged by jenkins-bot:
Update doc for files in includes/

https://gerrit.wikimedia.org/r/137739

Change 138289 had a related patch set uploaded by Florianschmidtwelzow:
Hygiene: Update/Create doc for php in diff and modules

https://gerrit.wikimedia.org/r/138289

Change 137297 merged by jenkins-bot:
Update docs for skin and Api Files

https://gerrit.wikimedia.org/r/137297

Change 138289 merged by jenkins-bot:
Hygiene: Update/Create doc for php in diff and modules

https://gerrit.wikimedia.org/r/138289

Looks like we are making good progress on this bug. Thanks Florian you rock! :-)
I notice phpdoc complains lots about 'No summary was found for this file'. I think for the purpose of this we should simply follow this pattern:
https://gerrit.wikimedia.org/r/138489

Here is the latest dump from running make phpdoc after adding an ignore flag for the tests directory (see https://gerrit.wikimedia.org/r/138491)

It looks like we just need to cover specials directory?

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/api/ApiMobileView.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/api/ApiParseExtender.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/DeviceDetection.php
Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/diff/InlineDifferenceEngine.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/diff/InlineDiffFormatter.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobileContext.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobileFormatter.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobileFrontend.body.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobileFrontend.hooks.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobilePage.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/MobileUserInfo.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/modules/MFResourceLoaderModule.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/modules/MobileSiteModule.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/Resources.php
Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/MinervaTemplate.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/MinervaTemplateAlpha.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/MinervaTemplateBeta.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/SkinMinerva.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/SkinMinervaAlpha.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/SkinMinervaApp.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/SkinMinervaBeta.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/UserAccountCreateMobileTemplate.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/UserLoginAndCreateTemplate.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/skins/UserLoginMobileTemplate.php

No summary was found for this file

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/MobileSpecialPage.php

No summary was found for this file
No summary for class \MobileSpecialPage
No summary for property $hasDesktopVersion
No summary for property $mode
Argument $subPage is missing from the Docblock of executeWhenAvailable()
Argument $subPage is missing from the Docblock of execute()
No summary for method execute()
No summary for method setHeaders()
Argument $msg is missing from the Docblock of renderUnavailableBanner()
No summary for method addModules()
No summary for method isListed()
No summary for method showPageNotFound()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/MobileSpecialPageFeed.php

No summary was found for this file
Argument $par is missing from the Docblock of execute()
No summary for method execute()
Argument $ts is missing from the Docblock of renderFeedItemHtml()
Argument $diffLink is missing from the Docblock of renderFeedItemHtml()
Argument $username is missing from the Docblock of renderFeedItemHtml()
Argument $comment is missing from the Docblock of renderFeedItemHtml()
Argument $title is missing from the Docblock of renderFeedItemHtml()
Argument $isAnon is missing from the Docblock of renderFeedItemHtml()
Argument $bytes is missing from the Docblock of renderFeedItemHtml()
Argument $isMinor is missing from the Docblock of renderFeedItemHtml()
No summary for method renderFeedItemHtml()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileContributions.php

No summary was found for this file
No summary for class \SpecialMobileContributions
No summary for property $specialPageName
No summary for property $user
No summary for property $lastDate
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method showContributions()
No summary for method showContributionsRow()
No summary for method getQueryConditions()
Argument $subPage is missing from the Docblock of getDesktopUrl()
No summary for method getDesktopUrl()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileDiff.php

No summary was found for this file
No summary for class \SpecialMobileDiff
No summary for property $hasDesktopVersion
No summary for property $revId
No summary for property $rev
No summary for property $prevRev
No summary for property $targetTitle
No summary for method __construct()
Argument $id is missing from the Docblock of getRevision()
No summary for method getRevision()
No summary for method executeBadQuery()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method showHeader()
No summary for method showDiff()
No summary for method showFooter()
No summary for method listGroups()
No summary for method getMobileUrlFromDesktop()
Argument $subPage is missing from the Docblock of getDesktopUrl()
No summary for method getDesktopUrl()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileEditor.php

No summary was found for this file
No summary for class \SpecialMobileEditor
No summary for method __construct()
Argument $subpage is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileHistory.php

No summary was found for this file
No summary for class \SpecialMobileHistory
No summary for method __construct()
No summary for method showPageNotFound()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method doQuery()
No summary for method showRow()
Argument $ts is missing from the Docblock of getMoreButton()
No summary for method getMoreButton()
No summary for method showHistory()
Argument $subPage is missing from the Docblock of getDesktopUrl()
No summary for method getDesktopUrl()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileLanguages.php

No summary was found for this file
No summary for class \SpecialMobileLanguages
No summary for property $title
No summary for method __construct()
Argument $pagename is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileMenu.php

No summary was found for this file
No summary for method __construct()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileNotifications.php

No summary was found for this file
No summary for class \SpecialMobileNotifications
Argument $par is missing from the Docblock of execute()
No summary for method execute()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileOptions.php

No summary was found for this file
No summary for class \SpecialMobileOptions
No summary for property $returnToTitle
No summary for property $subpage
No summary for property $hasDesktopVersion
No summary for property $options
No summary for property $unstyledContent
No summary for method __construct()
Argument $par is missing from the Docblock of execute()
No summary for method execute()
No summary for method getSettingsForm()
No summary for method getSiteSelector()
No summary for method chooseLanguage()
No summary for method submitSettingsForm()
Argument $option is missing from the Docblock of getURL()
Argument $fullUrl is missing from the Docblock of getURL()
No summary for method getURL()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileUserlogin.php

No summary was found for this file
No summary for class \SpecialMobileUserlogin
Argument $par is missing from the Docblock of execute()
No summary for method execute()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileWatchlist.php

No summary was found for this file
No summary for class \SpecialMobileWatchlist
No summary for property $view
No summary for property $filter
No summary for property $usePageImages
No summary for property $optionsChanged
No summary for property $fromPageTitle
No summary for method __construct()
No summary for method renderAnonBanner()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method getWatchlistHeader()
No summary for method showRecentChangesHeader()
No summary for method doFeedQuery()
No summary for method doListQuery()
No summary for method showFeedResults()
No summary for method showListResults()
Argument $feed is missing from the Docblock of showResults()
No summary for method showResults()
Argument $feed is missing from the Docblock of showEmptyList()
No summary for method showEmptyList()
Argument $row is missing from the Docblock of renderThumb()
No summary for method renderThumb()
Argument $row is missing from the Docblock of showFeedResultRow()
No summary for method showFeedResultRow()
Argument $row is missing from the Docblock of showListResultRow()
No summary for method showListResultRow()
Argument $name is missing from the Docblock of updatePreference()
Argument $value is missing from the Docblock of updatePreference()
No summary for method updatePreference()
Argument $comment is missing from the Docblock of formatComment()
Argument $title is missing from the Docblock of formatComment()
No summary for method formatComment()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialMobileWebApp.php

No summary was found for this file
No summary for class \SpecialMobileWebApp
No summary for method __construct()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method generateManifest()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialNearby.php

No summary was found for this file
No summary for class \SpecialNearby
No summary for property $hasDesktopVersion
No summary for method __construct()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialUploads.php

No summary was found for this file
No summary for class \SpecialUploads
No summary for method __construct()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

Parsing /Users/jrobson/Sites/w/extensions/MobileFrontend/includes/specials/SpecialUserProfile.php

No summary was found for this file
No summary for class \SpecialUserProfile
No summary for property $hasDesktopVersion
No summary for property $targetUser
No summary for property $userInfo
No summary for method __construct()
No summary for method getDaysAgo()
No summary for method getTalkLink()
No summary for method getHtmlNoUser()
No summary for method getUserFooterHtml()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()

The summary blocks is a "problem", yes. I'm not really happy with, to only add the name of the file, but in context that i haven't found any other solution to handle this, it's better as a summary warning to every file :D

To https://gerrit.wikimedia.org/r/#/c/138491/1
I'm thinking about to add a phpdoc.dist.xml as configuration instead of using parameters to command in Makefile. The advantage of this is, to add an ignore (or some other config parameter for phpdoc) you don't need to update Makefile, only the xml config. What do you think?

Change 138540 had a related patch set uploaded by Florianschmidtwelzow:
Update file summary for phpdoc

https://gerrit.wikimedia.org/r/138540

Updated last merged phpdoc changed, looks much better now :)

Change 138540 merged by jenkins-bot:
Update file summary for phpdoc

https://gerrit.wikimedia.org/r/138540

So, last two files i do later, here is the latest capture:

Parsing files
Parsing /var/www/devwiki/extensions/MobileFrontend/MobileFrontend.alias.php
Parsing /var/www/devwiki/extensions/MobileFrontend/MobileFrontend.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/Resources.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobilePage.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/api/ApiMobileView.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/api/ApiParseExtender.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobileFormatter.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobileFrontend.hooks.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/MinervaTemplateAlpha.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/UserLoginMobileTemplate.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/SkinMinerva.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/SkinMinervaAlpha.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/UserLoginAndCreateTemplate.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/MinervaTemplate.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/MinervaTemplateBeta.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/SkinMinervaApp.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/UserAccountCreateMobileTemplate.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/SkinMinervaBeta.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobileUserInfo.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileNotifications.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileDiff.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialNearby.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileMenu.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileLanguages.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileContributions.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileEditor.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialUserProfile.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/MobileSpecialPage.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileOptions.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileUserlogin.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialUploads.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileHistory.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileWebApp.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/MobileSpecialPageFeed.php

No summary was found for this file
Argument $par is missing from the Docblock of execute()
No summary for method execute()
Argument $ts is missing from the Docblock of renderFeedItemHtml()
Argument $diffLink is missing from the Docblock of renderFeedItemHtml()
Argument $username is missing from the Docblock of renderFeedItemHtml()
Argument $comment is missing from the Docblock of renderFeedItemHtml()
Argument $title is missing from the Docblock of renderFeedItemHtml()
Argument $isAnon is missing from the Docblock of renderFeedItemHtml()
Argument $bytes is missing from the Docblock of renderFeedItemHtml()
Argument $isMinor is missing from the Docblock of renderFeedItemHtml()
No summary for method renderFeedItemHtml()

Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileWatchlist.php

No summary was found for this file
No summary for class \SpecialMobileWatchlist
No summary for property $view
No summary for property $filter
No summary for property $usePageImages
No summary for property $optionsChanged
No summary for property $fromPageTitle
No summary for method __construct()
No summary for method renderAnonBanner()
Argument $par is missing from the Docblock of executeWhenAvailable()
No summary for method executeWhenAvailable()
No summary for method getWatchlistHeader()
No summary for method showRecentChangesHeader()
No summary for method doFeedQuery()
No summary for method doListQuery()
No summary for method showFeedResults()
No summary for method showListResults()
Argument $feed is missing from the Docblock of showResults()
No summary for method showResults()
Argument $feed is missing from the Docblock of showEmptyList()
No summary for method showEmptyList()
Argument $row is missing from the Docblock of renderThumb()
No summary for method renderThumb()
Argument $row is missing from the Docblock of showFeedResultRow()
No summary for method showFeedResultRow()
Argument $row is missing from the Docblock of showListResultRow()
No summary for method showListResultRow()
Argument $name is missing from the Docblock of updatePreference()
Argument $value is missing from the Docblock of updatePreference()
No summary for method updatePreference()
Argument $comment is missing from the Docblock of formatComment()
Argument $title is missing from the Docblock of formatComment()
No summary for method formatComment()

Parsing /var/www/devwiki/extensions/MobileFrontend/includes/diff/InlineDifferenceEngine.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/diff/InlineDiffFormatter.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/DeviceDetection.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/modules/MFResourceLoaderModule.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/modules/MobileSiteModule.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobileContext.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobileFrontend.body.php

Change 139100 had a related patch set uploaded by Florianschmidtwelzow:
WIP: Update doc for special pages

https://gerrit.wikimedia.org/r/139100

Change 139100 merged by jenkins-bot:
Update doc for special pages

https://gerrit.wikimedia.org/r/139100

Last capture:
Parsing /var/www/devwiki/extensions/MobileFrontend/MobileFrontend.alias.php
Parsing /var/www/devwiki/extensions/MobileFrontend/MobileFrontend.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/Resources.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobilePage.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/api/ApiMobileView.ph p
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/api/ApiParseExtender.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobileFormatter.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobileFrontend.hooks.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/MinervaTemplateAlpha.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/UserLoginMobileTemplate.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/SkinMinerva.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/SkinMinervaAlpha.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/UserLoginAndCreateTemplate.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/MinervaTemplate.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/MinervaTemplateBeta.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/SkinMinervaApp.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/UserAccountCreateMobileTemplate.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/skins/SkinMinervaBeta.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobileUserInfo.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileNotifications.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileDiff.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialNearby.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileMenu.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileLanguages.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileContributions.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileEditor.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialUserProfile.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/MobileSpecialPage.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileOptions.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileUserlogin.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialUploads.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileHistory.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileWebApp.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/MobileSpecialPageFeed.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/specials/SpecialMobileWatchlist.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/diff/InlineDifferenceEngine.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/diff/InlineDiffFormatter.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/DeviceDetection.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/modules/MFResourceLoaderModule.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/modules/MobileSiteModule.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobileContext.php
Parsing /var/www/devwiki/extensions/MobileFrontend/includes/MobileFrontend.body.php