Skip to content

Commit 106f5ab

Browse files
Removed docblocks that only had redundant typehint info
1 parent 0fcfb67 commit 106f5ab

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Tokenizer.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ protected function statement(): ?array
106106

107107
/**
108108
* TODO: Refactor this - cyclomatic complexity > 10
109-
*
110-
* @return array|string
111109
*/
112110
protected function token(): array|string
113111
{
@@ -250,9 +248,6 @@ protected function grouped(): ?array
250248
return null;
251249
}
252250

253-
/**
254-
* @return string|null
255-
*/
256251
protected function quoted(): ?string
257252
{
258253
$quote = $this->consume('[`\'"]');

0 commit comments

Comments
 (0)