Merge pull request #22955 from Hystepik/develop#2

fix : dolibarr_changes to match last PR
This commit is contained in:
Laurent Destailleur 2022-11-26 00:48:24 +01:00 committed by GitHub
commit 80f9ebbce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
----------------------------------------