File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class ForeignCharacters
1919 /**
2020 * Without further ado, the list of foreign characters.
2121 *
22- * @var array
22+ * @var array<string, string>
2323 */
2424 public $ characterList = [
2525 '/ä|æ|ǽ/ ' => 'ae ' ,
Original file line number Diff line number Diff line change @@ -35,10 +35,8 @@ class Publisher extends BaseConfig
3535
3636 /**
3737 * Disables Registrars to prevent modules from altering the restrictions.
38- *
39- * @return void
4038 */
41- final protected function registerProperties ()
39+ final protected function registerProperties (): void
4240 {
4341 }
4442}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class View extends BaseConfig
3434 * To prevent potential abuse, all filters MUST be defined here
3535 * in order for them to be available for use within the Parser.
3636 *
37- * @var array
37+ * @var array<string, string>
3838 */
3939 public $ filters = [];
4040
@@ -43,7 +43,7 @@ class View extends BaseConfig
4343 * by the core Parser by creating aliases that will be replaced with
4444 * any callable. Can be single or tag pair.
4545 *
46- * @var array
46+ * @var array<string, string>
4747 */
4848 public $ plugins = [];
4949
You can’t perform that action at this time.
0 commit comments