Skip to content

Commit

Permalink
NEW Dolibarr#22848 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Aug 1, 2024
1 parent 8239607 commit 5a7fd3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/modCategorie.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ public function __construct($db)
* @param string $class Class of the linked object
* @param string $enabled Condition to enable this export
* @param string $permission Permission to export the linked object

Check warning on line 666 in htdocs/core/modules/modCategorie.class.php

View workflow job for this annotation

GitHub Actions / phan / Run phan

modCategorie.class.php: PhanTypeMismatchDeclaredParam: Doc-block of $permission in exportTagLinks contains phpdoc param type string which is incompatible with the param type array declared in the signature
* @param array $fields_list Additionnal fields of the linked object to export
* @param array $fields_list Additional fields of the linked object to export
*
* @return void
*/
Expand Down
1 change: 1 addition & 0 deletions htdocs/langs/en_US/categories.lang
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ CategorieRecursivHelp=If option is on, when you add an object into a subcategory
AddProductServiceIntoCategory=Assign category to the product/service
AddCustomerIntoCategory=Assign category to customer
AddSupplierIntoCategory=Assign category to supplier
AddOrderIntoCategory=Assign category to order
AssignCategoryTo=Assign category to
ShowCategory=Show tag/category
ByDefaultInList=By default in list
Expand Down

0 comments on commit 5a7fd3d

Please sign in to comment.