From 656c48640c4161e12c29c9e5ffc14409e02a3dc0 Mon Sep 17 00:00:00 2001 From: patrick Date: Fri, 7 Feb 2025 12:21:46 +0100 Subject: [PATCH] update BuilderInterface --- Build/BuilderInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/BuilderInterface.php b/Build/BuilderInterface.php index b9d601d..c824c96 100644 --- a/Build/BuilderInterface.php +++ b/Build/BuilderInterface.php @@ -28,7 +28,7 @@ public function getName(); /** * Return the dependencies for this builder. * - * @return array + * @return array */ public function getDependencies();