Skip to content

Commit

Permalink
Actualize php-cs-fixer and simplify rector rules
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Apr 15, 2024
1 parent 6be1d13 commit afdb375
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ public function getSource(): ReadableInterface
return $this->source;
}

/**
* @param ReadableInterface|null $source
*/
public function setSource(?ReadableInterface $source): void
{
$this->source = $source;
Expand Down Expand Up @@ -84,9 +81,6 @@ public function getToken(): TokenInterface
return $this->token;
}

/**
* @param TokenInterface|null $token
*/
public function setToken(?TokenInterface $token): void
{
$this->token = $token;
Expand Down

0 comments on commit afdb375

Please sign in to comment.