Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 11, 2023
1 parent 49fd40b commit e378dd0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/BetterPhpDocParser/PhpDocInfo/PhpDocInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,16 +367,6 @@ public function getTemplateTagValueNodes(): array
return $this->phpDocNode->getTemplateTagValues();
}

/**
* @deprecated Change doc block and print directly in the node instead
* @internal
* Should be handled by attributes of phpdoc node - if stard_and_end is missing in one of nodes, it has been changed
* Similar to missing original node in php-aprser
*/
public function markAsChanged(): void
{
}

public function makeMultiLined(): void
{
$this->isSingleLine = false;
Expand Down

0 comments on commit e378dd0

Please sign in to comment.