该包最新版本(dev-main)没有提供许可信息。

dev-main 2021-12-08 14:30 UTC

This package is auto-updated.

Last update: 2024-09-08 21:13:22 UTC


README

class B implements SubjectInterface { public function getCheckerDate(): \DateTime{ return now()->modify('+ 4 hours'); } public function getCheckerStatus(): string{ return 'R'; } }