Skip to content

Commit

Permalink
Remove now redundant suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 24, 2024
1 parent 2d8775e commit 8a43a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/framework/src/Support/Models/ExternalRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class ExternalRoute extends BaseRoute
{
protected string $destination;

/** @noinspection PhpMissingParentConstructorInspection */
public function __construct(string $destination)
{
$this->destination = $destination;
Expand Down

0 comments on commit 8a43a2e

Please sign in to comment.