mediawiki-extensions-Popups/includes
Thiemo Kreuz 7ca5d1fc9b Update PHPDocs and strict typing for array parameters
This does make generic `array` type hints more specific when possible.

I'm also applying my personal best practice to not have any @return
documentation on test @dataProviders. These don't provide any useful
information, and can't. The best type we could use is `@return array[]`,
but that would be the same for every single data provider. Copy pasting
these comments around is of no real value.

Also it was already inconsistent as some did not had this comment.

Change-Id: Id401c7e32493b6a9faaf6d47cddc01e2227102af
2019-01-24 15:44:26 +01:00
..
EventLogging Remove non-helpful auto-generated comments on constructors 2019-01-16 15:34:19 +01:00
PopupsContext.php Simplify PopupsContext::areDependenciesMet 2019-01-16 20:20:47 +00:00
PopupsGadgetsIntegration.php Remove non-helpful auto-generated comments on constructors 2019-01-16 15:34:19 +01:00
PopupsHooks.php Update PHPDocs and strict typing for array parameters 2019-01-24 15:44:26 +01:00
ServiceWirings.php Hygiene: Dependency Injection for Popups 2017-07-24 22:41:28 +00:00
UserPreferencesChangeHandler.php Update PHPDocs and strict typing for array parameters 2019-01-24 15:44:26 +01:00