diff --git a/src/block/utils/SignText.php b/src/block/utils/SignText.php index adefba307..364b0ebea 100644 --- a/src/block/utils/SignText.php +++ b/src/block/utils/SignText.php @@ -86,6 +86,9 @@ class SignText{ } } + /** + * @param int|string $index + */ private function checkLineIndex($index) : void{ if(!is_int($index)){ throw new \InvalidArgumentException("Index must be an integer");