for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GeminiLabs\SiteReviews\Notices;
class WriteReviewNotice extends AbstractNotice
{
protected function canRender(): bool
if (!parent::canRender()) {
return false;
}
if ($this->futureTime() >= time()) {
return true;
protected function isIntroverted(): bool
protected function isMonitored(): bool
protected function version(): string
return glsr()->version('major');