Skip to content

Commit

Permalink
Re-add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jan 6, 2025
1 parent ddd9e3c commit 695b395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TokenParsers/FileTokenParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function __construct(
) {
}

/** @return array<DiscoveredStructure> */
public function execute(
string $filename,
string $contents,
Expand All @@ -37,7 +38,7 @@ public function execute(
$structureDefined = false;

$index = 0;

try {
do {
if ($tokens->get($index)->is(T_NAMESPACE)) {
Expand Down

0 comments on commit 695b395

Please sign in to comment.