Skip to content

Commit

Permalink
Remove stray separator lines
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Jan 6, 2025
1 parent ff4fa08 commit 1452553
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Processors/Concerns/DocblockTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ public function extractVarTypeAndDescription(?string $docblock): array
);
}

// ------------------------------------------------------------------------

/**
* Extract example text from a `@example` dockblock line.
*/
Expand Down
2 changes: 0 additions & 2 deletions tests/PipelineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public function __construct(string $add)
$this->add = $add;
}

// ------------------------------------------------------------------------

public function __invoke($payload)
{
return $payload . $this->add;
Expand Down
2 changes: 0 additions & 2 deletions tools/src/Docs/RefGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ public function formatAnnotationsDetails(string $name, string $fqdn, string $fil
return ob_get_clean();
}

// ------------------------------------------------------------------------

protected function getPropertyDocumentation(string $fqdn, string $name): array
{
/** @var class-string<AbstractAnnotation> $class */
Expand Down

0 comments on commit 1452553

Please sign in to comment.