From 08a2be165cb3c890e6cabb4930ff917059aa0cf3 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 15 Jul 2019 15:18:49 -0400 Subject: [PATCH] Formatting --- app/Support/Metar.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Support/Metar.php b/app/Support/Metar.php index 34584d80..8af072f1 100644 --- a/app/Support/Metar.php +++ b/app/Support/Metar.php @@ -399,7 +399,7 @@ class Metar implements \ArrayAccess * Return an Altitude value or object * * @param int|float $value - * @param string $unit "feet" or "meters" + * @param string $unit "feet" or "meters" * * @throws NonStringUnitName * @throws NonNumericValue @@ -415,7 +415,7 @@ class Metar implements \ArrayAccess * Return a Distance value or object * * @param int|float $value - * @param string $unit "m" (meters) or "mi" (miles) + * @param string $unit "m" (meters) or "mi" (miles) * * @throws NonNumericValue * @throws NonStringUnitName @@ -431,7 +431,7 @@ class Metar implements \ArrayAccess * Return a Pressure value or object * * @param int|float $value - * @param string $unit "F" or "C" + * @param string $unit "F" or "C" * * @throws NonNumericValue * @throws NonStringUnitName @@ -447,7 +447,7 @@ class Metar implements \ArrayAccess * Return a Temperature value or object * * @param int|float $value - * @param string $unit "F" or "C" + * @param string $unit "F" or "C" * * @throws NonNumericValue * @throws NonStringUnitName @@ -462,7 +462,7 @@ class Metar implements \ArrayAccess /** * Create a new velocity unit * @param int|float $value - * @param string $unit "knots", "km/hour", "m/s" + * @param string $unit "knots", "km/hour", "m/s" * * @throws NonStringUnitName * @throws NonNumericValue