From 0cfe47e338afab82fa423b8973285acad4cdf397 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 14 Oct 2024 09:19:01 +0200 Subject: [PATCH] Is build green? --- src/TrinaryLogic.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/TrinaryLogic.php b/src/TrinaryLogic.php index 7e387901e0..263e7d8680 100644 --- a/src/TrinaryLogic.php +++ b/src/TrinaryLogic.php @@ -252,6 +252,10 @@ public function describe(): string return $labels[$this->value]; } + public function green(): void + { + } + /** * @param mixed[] $properties */