Skip to content

Commit

Permalink
add setup
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Oct 9, 2024
1 parent 6f4eadd commit 68a714a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions htdocs/core/lib/asset.lib.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2018-2022 OpenDSI <[email protected]>
* Copyright (C) 2022 Frédéric France <frederic.france@netlogic.fr>
/* Copyright (C) 2018-2022 OpenDSI <[email protected]>
* Copyright (C) 2022-2024 Frédéric France <frederic.france@free.fr>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -25,7 +25,7 @@
/**
* Prepare admin pages header
*
* @return array head array with tabs
* @return array<array{0:string,1:string,2:string}> head array with tabs
*/
function assetAdminPrepareHead()
{
Expand Down Expand Up @@ -82,7 +82,7 @@ function assetAdminPrepareHead()
* Prepare array of tabs for Asset
*
* @param Asset $object Asset
* @return array Array of tabs
* @return array<array{0:string,1:string,2:string}> Array of tabs
*/
function assetPrepareHead(Asset $object)
{
Expand Down
2 changes: 1 addition & 1 deletion htdocs/variants/lib/variants.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function productAttributePrepareHead($object)
/**
* Prepare array with list of tabs
*
* @return array Array of tabs to show
* @return array<array{0:string,1:string,2:string}> Array of tabs to show
*/
function adminProductAttributePrepareHead()
{
Expand Down

0 comments on commit 68a714a

Please sign in to comment.