AdobeConnectClient\Helpers\ValueTransform::toDateTimeImmutable
Converts arbitrary value into DateTimeImmutable
Signature
public function toDateTimeImmutable(mixed
$value )
Parameters
$value— mixed
Returns
- DateTimeImmutable
Errors/Exceptions
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
| Line | Rule | Message |
|---|---|---|
| 51 | StaticAccess | Avoid using static access to class '\DateTimeImmutable' in method 'toDateTimeImmutable'. |