Apply fixes from StyleCI

This commit is contained in:
Nabeel Shahzad
2018-09-02 03:31:16 +00:00
committed by StyleCI Bot
parent 8171d681a6
commit 19a206f4ac
+2 -1
View File
@@ -751,9 +751,10 @@ class Metar implements \ArrayAccess
* *
* @param mixed $part * @param mixed $part
* *
* @return bool
* @throws \PhpUnitsOfMeasure\Exception\NonStringUnitName * @throws \PhpUnitsOfMeasure\Exception\NonStringUnitName
* @throws \PhpUnitsOfMeasure\Exception\NonNumericValue * @throws \PhpUnitsOfMeasure\Exception\NonNumericValue
*
* @return bool
*/ */
private function get_visibility($part) private function get_visibility($part)
{ {