From 360ff8d2e4f29835c819e78d31a755424100a48c Mon Sep 17 00:00:00 2001 From: Mantas Date: Fri, 8 Nov 2024 15:51:10 +0200 Subject: [PATCH] Update documentation --- README.md | 2 +- src/Subtitles.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 483edd6..7a7ffe3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ php subtitles.phar input.srt output.vtt ``` subtitles.phar file can be found here - https://github.com/mantas-done/subtitles/releases -## Installation (supports PHP 7.4+) +## Installation (supports PHP 7.4...PHP 8.4) ``` composer require mantas-done/subtitles ``` diff --git a/src/Subtitles.php b/src/Subtitles.php index ccf8aaf..7cb66a0 100644 --- a/src/Subtitles.php +++ b/src/Subtitles.php @@ -181,13 +181,11 @@ public static function getFormat($string) } } - // for testing only public function getInternalFormat() { return $this->internal_format; } - // for testing only public function setInternalFormat(array $internal_format) { $this->internal_format = $internal_format;