Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sfolador authored and github-actions[bot] committed Nov 23, 2024
1 parent e25534a commit dfbd0d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Unit/Measure.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,10 @@ public static function extractValue(string $expression): ?string
return Str::of($expression)->match('/[\d.+]+/')->value();
}


return $results;
}

/**
* @param string $expression
* @return array{float, Units}
*/
public static function getValueAndUnit(string $expression): array
Expand Down Expand Up @@ -111,8 +109,7 @@ public function unitClass(): string
}

/**
* @param string $name
* @param array<mixed,mixed> $arguments
* @param array<mixed,mixed> $arguments
* @return Measure
*/
public function __call(string $name, array $arguments)
Expand Down

0 comments on commit dfbd0d4

Please sign in to comment.