From 30ba41f956001432d6f07a23794d8e34248b3f7c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 7 Mar 2019 07:49:50 +0100 Subject: [PATCH] no type decls, yet --- mdref/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdref/File.php b/mdref/File.php index 33cfa6f..48d53c4 100644 --- a/mdref/File.php +++ b/mdref/File.php @@ -115,7 +115,7 @@ class File { return 0 === fseek($this->fd, $offset, SEEK_SET); } - private function isHeading(string $line, string $title = null) { + private function isHeading($line, $title = null) { if ("## " !== substr($line, 0, 3)) { return false; } -- 2.30.2