8000 Removed redundant @return annotation from Crawler::innerText. · symfony/symfony@df1b768 · GitHub
[go: up one dir, main page]

Skip to content

Commit df1b768

Browse files
committed
Removed redundant @return annotation from Crawler::innerText.
1 parent bca3325 commit df1b768

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/DomCrawler/Crawler.php

-2
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,6 @@ public function text(string $default = null, bool $normalizeWhitespace = true)
636636

637637
/**
638638
* Returns only the inner text that is the direct descendent of the current node, excluding any child nodes.
639-
*
640-
* @return string Inner text
641639
*/
642640
public function innerText(): string
643641
{

0 commit comments

Comments
 (0)
0