Fix more PHPDoc (#12665)

* Fix PHPDoc

* Fix PHPDoc
This commit is contained in:
Jellyfrog
2021-03-28 19:18:47 +02:00
committed by GitHub
parent 9946fe8b15
commit efb157f5fb
35 changed files with 47 additions and 54 deletions

View File

@@ -667,7 +667,7 @@ class ModuleTestHelper
* Mostly used for testing
*
* @param int $device_id The test device id
* @param array modules to capture data for (should be a list of modules that were actually run)
* @param array $modules to capture data for (should be a list of modules that were actually run)
* @param string $key a key to store the data under the module key (usually discovery or poller)
* @return array The dumped data keyed by module -> table
*/