Skip to content

Commit b78fbba

Browse files
authored
Remove remaining typehint following #44740 (#44799)
1 parent 3d4a7c6 commit b78fbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/Helper/TagsHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ public static function getTypes($arrayType = 'objectList', $selectTypes = null,
825825
*
826826
* @deprecated 5.3 will be removed in 7.0
827827
*/
828-
public function postStoreProcess(TableInterface $table, $newTags = [], $replace = true): void
828+
public function postStoreProcess(TableInterface $table, $newTags = [], $replace = true)
829829
{
830830
@trigger_error('7.0 Method postStoreProcess() is deprecated, use postStore() instead.', \E_USER_DEPRECATED);
831831

0 commit comments

Comments
 (0)