diff --git a/src/Decoder.php b/src/Decoder.php index 5fc3c3d..29c810a 100644 --- a/src/Decoder.php +++ b/src/Decoder.php @@ -263,7 +263,7 @@ protected function dictionaryComplianceError(string $key, string $lastKey): void protected function digitException(): DecodingException { - // We use the same string as readDigits() purely to save one interned strings + // We use the same string as readDigits() purely to save one interned string return (str_contains('1463720859', $this->bencoded[$this->offset])) ? new ComplianceError('Illegal character', $this->offset) : new DecodingException('Illegal character', $this->offset);