There is no license information available for the latest version (dev-main) of this package.

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

This package is auto-updated.

Last update: 2025-07-08 23:00:36 UTC


README

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