MSGraph-SDK-Code-Generator icon indicating copy to clipboard operation
MSGraph-SDK-Code-Generator copied to clipboard

PHP Generation DateTime::RFC3339 is removed

Open tolbon opened this issue 3 years ago • 1 comments

Hello team,

I run PHPStorm InspectCode on msgraph-sdk-php
for example src/Beta/Microsoft/Graph/Model/AppCatalog.php line 117

'RFC3339' was removed in 7.2 PHP version

reveal that on 17 files other Model file. PHP Docs says same things.

The fix is replace DateTime::RFC3339 by DateTimeInterface::RFC3339 AB#9200

tolbon avatar Apr 28 '21 12:04 tolbon

Hello @tolbon thanks for taking your time to raise this issue, according to the DateTime documentation, the DateTime implements the DateTimeInterface and the constants in the DateTimeInterface are available in DateTime.

SilasKenneth avatar Apr 29 '21 10:04 SilasKenneth