From 8e797f8a750aecc021379e85b55aacccc9b5211e Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 14 Oct 2024 09:18:09 +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 a587099844..2e34aa8c45 100644 --- a/src/TrinaryLogic.php +++ b/src/TrinaryLogic.php @@ -251,4 +251,8 @@ public function describe(): string return $labels[$this->value]; } + public function green(): void + { + } + }