mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix : dolibarr_changes to match last PR
This commit is contained in:
parent
511a3eda95
commit
b7c4dcbe91
|
|
@ -283,6 +283,9 @@ RESTLER:
|
|||
|
||||
elseif (count($value) && isset($value[0]) && is_numeric($value[0]))
|
||||
|
||||
* Add CommentParser.php line 406 & 407 to remove a warning on api request in php 8.1
|
||||
empty($value[0]) ? null :
|
||||
empty($value[1]) ? null :
|
||||
|
||||
+With swagger 2 provided into /explorer:
|
||||
----------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user