Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Jan 4, 2024
1 parent b604bf8 commit cd00e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Utility/BodyParser.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* This file is part of cakephp-link-scanner.
Expand Down Expand Up @@ -99,4 +100,4 @@ public function extractLinks(): array

return $this->extractedLinks = array_unique($links ?? []);
}
}
}

0 comments on commit cd00e57

Please sign in to comment.