Browse code

Remove type hints in replaceInsertTags hook

Benjamin Roth authored on16/12/2019 10:29:26
Showing1 changed files
... ...
@@ -20,7 +20,7 @@ class InsertTagsListener
20 20
      * @param \Widget $objWidget
21 21
      * @return bool
22 22
      */
23
-  public function onReplaceInsertTags(string $insertTag, bool $useCache, string $cachedValue, array $flags, array $tags, array $cache, int $_rit, int $_cnt)
23
+  public function onReplaceInsertTags($insertTag, $useCache, $cachedValue, $flags, $tags, $cache, $_rit, $_cnt)
24 24
   {
25 25
     switch ($insertTag)
26 26
     {