mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix CI
This commit is contained in:
@@ -710,10 +710,10 @@ class ExternalModules
|
||||
|
||||
/**
|
||||
* Adapter data fetched from github remote source to the expected format
|
||||
* @param array<string, mixed> $data Data fetched from github remote source
|
||||
* @param list<array<string, array<string, string|null>|string|null>> $data Data fetched from github remote source
|
||||
* @param string $source Source of the data
|
||||
*
|
||||
* @return list<array<string, mixed>> Data adapted to the expected format
|
||||
* @return list<array<string, array<string, string|null>|string|null>> Data adapted to the expected format
|
||||
*/
|
||||
public function adaptData($data, $source)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user