From 8e0a7ef2eabeedb665928dfad6aadb5bf5782b8b Mon Sep 17 00:00:00 2001 From: Yaakov Saxon Date: Tue, 17 Oct 2023 13:03:49 -0400 Subject: [PATCH] one more minor change --- src/Sandbox/SourcePolicyInterface.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Sandbox/SourcePolicyInterface.php b/src/Sandbox/SourcePolicyInterface.php index 96d62386ed4..eecd0e20734 100644 --- a/src/Sandbox/SourcePolicyInterface.php +++ b/src/Sandbox/SourcePolicyInterface.php @@ -20,9 +20,5 @@ */ interface SourcePolicyInterface { - /** - * @param Source $source - * - */ public function enableSandbox(Source $source = null): bool; }