From f02ec311239103124fcb7d084e4796b499fde589 Mon Sep 17 00:00:00 2001 From: Sebastian Schreiber Date: Mon, 24 Jan 2022 09:26:51 +0100 Subject: [PATCH] Fix docblock --- src/Configuration/Option.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Configuration/Option.php b/src/Configuration/Option.php index e9acec16666..cb9b616e331 100644 --- a/src/Configuration/Option.php +++ b/src/Configuration/Option.php @@ -212,7 +212,7 @@ final class Option final public const PARALLEL_SYSTEM_ERROR_COUNT_LIMIT = 'parallel-system-error-count-limit'; /** - * @var bool + * @var string */ final public const FOLLOW_SYMLINKS = 'follow-symlinks'; }