summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Module/ChartsBlockModule.php6
-rw-r--r--app/Module/FamilyTreeFavoritesModule.php6
-rw-r--r--app/Module/FamilyTreeNewsModule.php6
-rw-r--r--app/Module/FamilyTreeStatisticsModule.php6
-rw-r--r--app/Module/HtmlBlockModule.php6
-rw-r--r--app/Module/LoggedInUsersModule.php6
-rw-r--r--app/Module/LoginBlockModule.php6
-rw-r--r--app/Module/ModuleBlockInterface.php6
-rw-r--r--app/Module/OnThisDayModule.php6
-rw-r--r--app/Module/RecentChangesModule.php6
-rw-r--r--app/Module/ResearchTaskModule.php6
-rw-r--r--app/Module/ReviewChangesModule.php6
-rw-r--r--app/Module/SlideShowModule.php6
-rw-r--r--app/Module/ThemeSelectModule.php6
-rw-r--r--app/Module/TopGivenNamesModule.php6
-rw-r--r--app/Module/TopPageViewsModule.php6
-rw-r--r--app/Module/TopSurnamesModule.php6
-rw-r--r--app/Module/UpcomingAnniversariesModule.php6
-rw-r--r--app/Module/UserJournalModule.php6
-rw-r--r--app/Module/UserMessagesModule.php6
-rw-r--r--app/Module/UserWelcomeModule.php6
-rw-r--r--app/Module/WelcomeBlockModule.php6
-rw-r--r--app/Module/YahrzeitModule.php6
23 files changed, 69 insertions, 69 deletions
diff --git a/app/Module/ChartsBlockModule.php b/app/Module/ChartsBlockModule.php
index e264476d40..ebe17d465b 100644
--- a/app/Module/ChartsBlockModule.php
+++ b/app/Module/ChartsBlockModule.php
@@ -42,9 +42,9 @@ class ChartsBlockModule extends AbstractModule implements ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/FamilyTreeFavoritesModule.php b/app/Module/FamilyTreeFavoritesModule.php
index 0b04dcd4ad..0217fb53c4 100644
--- a/app/Module/FamilyTreeFavoritesModule.php
+++ b/app/Module/FamilyTreeFavoritesModule.php
@@ -70,9 +70,9 @@ class FamilyTreeFavoritesModule extends AbstractModule implements ModuleBlockInt
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/FamilyTreeNewsModule.php b/app/Module/FamilyTreeNewsModule.php
index 8ec2f7e943..4a6ac4e8a9 100644
--- a/app/Module/FamilyTreeNewsModule.php
+++ b/app/Module/FamilyTreeNewsModule.php
@@ -60,9 +60,9 @@ class FamilyTreeNewsModule extends AbstractModule implements ModuleBlockInterfac
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php
index 3137ccbf47..497ea22247 100644
--- a/app/Module/FamilyTreeStatisticsModule.php
+++ b/app/Module/FamilyTreeStatisticsModule.php
@@ -40,9 +40,9 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/HtmlBlockModule.php b/app/Module/HtmlBlockModule.php
index 87f4451e38..f24c7cbffa 100644
--- a/app/Module/HtmlBlockModule.php
+++ b/app/Module/HtmlBlockModule.php
@@ -44,9 +44,9 @@ class HtmlBlockModule extends AbstractModule implements ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/LoggedInUsersModule.php b/app/Module/LoggedInUsersModule.php
index d19bd70441..90cbae5b49 100644
--- a/app/Module/LoggedInUsersModule.php
+++ b/app/Module/LoggedInUsersModule.php
@@ -40,9 +40,9 @@ class LoggedInUsersModule extends AbstractModule implements ModuleBlockInterface
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/LoginBlockModule.php b/app/Module/LoginBlockModule.php
index ee674313fa..9cb7b044a6 100644
--- a/app/Module/LoginBlockModule.php
+++ b/app/Module/LoginBlockModule.php
@@ -37,9 +37,9 @@ class LoginBlockModule extends AbstractModule implements ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/ModuleBlockInterface.php b/app/Module/ModuleBlockInterface.php
index f79d55bb0d..386d8c7f2c 100644
--- a/app/Module/ModuleBlockInterface.php
+++ b/app/Module/ModuleBlockInterface.php
@@ -22,9 +22,9 @@ interface ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/OnThisDayModule.php b/app/Module/OnThisDayModule.php
index 1898956d30..2f2b6fb7be 100644
--- a/app/Module/OnThisDayModule.php
+++ b/app/Module/OnThisDayModule.php
@@ -39,9 +39,9 @@ class OnThisDayModule extends AbstractModule implements ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/RecentChangesModule.php b/app/Module/RecentChangesModule.php
index 460f026932..d80a6d73c7 100644
--- a/app/Module/RecentChangesModule.php
+++ b/app/Module/RecentChangesModule.php
@@ -43,9 +43,9 @@ class RecentChangesModule extends AbstractModule implements ModuleBlockInterface
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/ResearchTaskModule.php b/app/Module/ResearchTaskModule.php
index 27e0cfefde..cbc2042255 100644
--- a/app/Module/ResearchTaskModule.php
+++ b/app/Module/ResearchTaskModule.php
@@ -41,9 +41,9 @@ class ResearchTaskModule extends AbstractModule implements ModuleBlockInterface
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/ReviewChangesModule.php b/app/Module/ReviewChangesModule.php
index 3918388830..f608dc861d 100644
--- a/app/Module/ReviewChangesModule.php
+++ b/app/Module/ReviewChangesModule.php
@@ -45,9 +45,9 @@ class ReviewChangesModule extends AbstractModule implements ModuleBlockInterface
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/SlideShowModule.php b/app/Module/SlideShowModule.php
index 86ec66d5ec..eae56f4441 100644
--- a/app/Module/SlideShowModule.php
+++ b/app/Module/SlideShowModule.php
@@ -42,9 +42,9 @@ class SlideShowModule extends AbstractModule implements ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/ThemeSelectModule.php b/app/Module/ThemeSelectModule.php
index 0a7829bc40..9801ad7a93 100644
--- a/app/Module/ThemeSelectModule.php
+++ b/app/Module/ThemeSelectModule.php
@@ -35,9 +35,9 @@ class ThemeSelectModule extends AbstractModule implements ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/TopGivenNamesModule.php b/app/Module/TopGivenNamesModule.php
index e8fc39d9c4..fe21fc936c 100644
--- a/app/Module/TopGivenNamesModule.php
+++ b/app/Module/TopGivenNamesModule.php
@@ -39,9 +39,9 @@ class TopGivenNamesModule extends AbstractModule implements ModuleBlockInterface
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/TopPageViewsModule.php b/app/Module/TopPageViewsModule.php
index a705099c7b..8b0c0f4eea 100644
--- a/app/Module/TopPageViewsModule.php
+++ b/app/Module/TopPageViewsModule.php
@@ -48,9 +48,9 @@ class TopPageViewsModule extends AbstractModule implements ModuleBlockInterface
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/TopSurnamesModule.php b/app/Module/TopSurnamesModule.php
index ef82b68211..05c2175da3 100644
--- a/app/Module/TopSurnamesModule.php
+++ b/app/Module/TopSurnamesModule.php
@@ -49,9 +49,9 @@ class TopSurnamesModule extends AbstractModule implements ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/UpcomingAnniversariesModule.php b/app/Module/UpcomingAnniversariesModule.php
index 822e16febb..e76475ed70 100644
--- a/app/Module/UpcomingAnniversariesModule.php
+++ b/app/Module/UpcomingAnniversariesModule.php
@@ -47,9 +47,9 @@ class UpcomingAnniversariesModule extends AbstractModule implements ModuleBlockI
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/UserJournalModule.php b/app/Module/UserJournalModule.php
index 537afecebd..b3c7ee4713 100644
--- a/app/Module/UserJournalModule.php
+++ b/app/Module/UserJournalModule.php
@@ -59,9 +59,9 @@ class UserJournalModule extends AbstractModule implements ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/UserMessagesModule.php b/app/Module/UserMessagesModule.php
index b090e9be96..b4b4a3500b 100644
--- a/app/Module/UserMessagesModule.php
+++ b/app/Module/UserMessagesModule.php
@@ -41,9 +41,9 @@ class UserMessagesModule extends AbstractModule implements ModuleBlockInterface
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/UserWelcomeModule.php b/app/Module/UserWelcomeModule.php
index 7ddc878fd3..295a01c40c 100644
--- a/app/Module/UserWelcomeModule.php
+++ b/app/Module/UserWelcomeModule.php
@@ -36,9 +36,9 @@ class UserWelcomeModule extends AbstractModule implements ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/WelcomeBlockModule.php b/app/Module/WelcomeBlockModule.php
index 144293ec65..00661bfb36 100644
--- a/app/Module/WelcomeBlockModule.php
+++ b/app/Module/WelcomeBlockModule.php
@@ -37,9 +37,9 @@ class WelcomeBlockModule extends AbstractModule implements ModuleBlockInterface
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/
diff --git a/app/Module/YahrzeitModule.php b/app/Module/YahrzeitModule.php
index f520a10a5d..80a4f2642a 100644
--- a/app/Module/YahrzeitModule.php
+++ b/app/Module/YahrzeitModule.php
@@ -45,9 +45,9 @@ class YahrzeitModule extends AbstractModule implements ModuleBlockInterface {
/**
* Generate the HTML content of this block.
*
- * @param int $block_id
- * @param bool $template
- * @param array $cfg
+ * @param int $block_id
+ * @param bool $template
+ * @param string[] $cfg
*
* @return string
*/