Skip to content

Commit 8ad1813

Browse files
committed
Delete outdated comments
1 parent d45e629 commit 8ad1813

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/Configuration/Providers/EnvironmentVariables/EnvironmentVariablesProvider.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ public struct EnvironmentVariablesProvider: Sendable {
179179
/// - Parameters:
180180
/// - secretsSpecifier: Specifies which environment variables should be treated as secrets.
181181
/// - bytesDecoder: The decoder used for converting string values to byte arrays.
182-
/// - boolDecoder: The decoder used for converting string values to bool values.
183182
/// - arraySeparator: The character used to separate elements in array values.
184183
public init(
185184
secretsSpecifier: SecretsSpecifier<String, String> = .none,
@@ -215,7 +214,6 @@ public struct EnvironmentVariablesProvider: Sendable {
215214
/// - environmentVariables: A dictionary of environment variable names and values.
216215
/// - secretsSpecifier: Specifies which environment variables should be treated as secrets.
217216
/// - bytesDecoder: The decoder used for converting string values to byte arrays.
218-
/// - boolDecoder: The decoder used for converting string to bool values.
219217
/// - arraySeparator: The character used to separate elements in array values.
220218
public init(
221219
environmentVariables: [String: String],
@@ -261,7 +259,6 @@ public struct EnvironmentVariablesProvider: Sendable {
261259
/// - When `true`, if the file is missing, treats it as empty. Malformed files still throw an error.
262260
/// - secretsSpecifier: Specifies which environment variables should be treated as secrets.
263261
/// - bytesDecoder: The decoder used for converting string values to byte arrays.
264-
/// - boolDecoder: The decoder used for converting string values to bool values.
265262
/// - arraySeparator: The character used to separate elements in array values.
266263
/// - Throws: If the file is malformed, or if missing when allowMissing is `false`.
267264
public init(
@@ -290,7 +287,6 @@ public struct EnvironmentVariablesProvider: Sendable {
290287
/// - fileSystem: The file system implementation to use.
291288
/// - secretsSpecifier: Specifies which environment variables should be treated as secrets.
292289
/// - bytesDecoder: The decoder used for converting string values to byte arrays.
293-
/// - boolDecoder: The decoder used for converting string values to bool values.
294290
/// - arraySeparator: The character used to separate elements in array values.
295291
/// - Throws: If the file is malformed, or if missing when allowMissing is `false`.
296292
internal init(

0 commit comments

Comments
 (0)