mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°8851 - Explicit nullable in functions parameters
This commit is contained in:
@@ -268,7 +268,7 @@ JSON;
|
||||
*
|
||||
* @return bool|string
|
||||
*/
|
||||
private function CallRestApi_HTTP(string $sJsonDataContent = null, string $sCallbackName = null, bool $bJSONDataAsFile = false)
|
||||
private function CallRestApi_HTTP(?string $sJsonDataContent = null, ?string $sCallbackName = null, bool $bJSONDataAsFile = false)
|
||||
{
|
||||
$ch = curl_init();
|
||||
$aPostFields = [
|
||||
|
||||
Reference in New Issue
Block a user