From 8e725b9c51a588bfb2eeb30adc0ac355a9c1a714 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 15 Dec 2024 16:12:19 +0100 Subject: [PATCH] Clarify internal policy --- .../framework/src/Framework/Actions/Internal/FileFinder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framework/src/Framework/Actions/Internal/FileFinder.php b/packages/framework/src/Framework/Actions/Internal/FileFinder.php index 7ba9c556812..7647b23a2fd 100644 --- a/packages/framework/src/Framework/Actions/Internal/FileFinder.php +++ b/packages/framework/src/Framework/Actions/Internal/FileFinder.php @@ -11,7 +11,7 @@ use Symfony\Component\Finder\Finder; /** - * @interal This class is used internally by the framework and is not part of the public API unless requested on GitHub. + * @interal This class is used internally by the framework and is not part of the public API, unless that is requested on GitHub with a valid use case. */ class FileFinder {