Skip to content

Commit 5433406

Browse files
kenjisMGatner
andauthored
fix: exception message
Co-authored-by: MGatner <[email protected]>
1 parent 9b9af09 commit 5433406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Filters/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ private function registerArguments(string $name, array $arguments, bool $check =
531531
if ($arguments !== []) {
532532
if ($check && array_key_exists($name, $this->arguments)) {
533533
throw new ConfigException(
534-
'"' . $name . '" has already arguments: '
534+
'"' . $name . '" already has arguments: '
535535
. (($this->arguments[$name] === null) ? 'null' : implode(',', $this->arguments[$name]))
536536
);
537537
}

0 commit comments

Comments
 (0)