diff --git a/composer.json b/composer.json index 059a81e..82c9f69 100755 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "phpmetrics/phpmetrics": "dev-master@dev", "phpstan/phpstan": "0.12.11", "phpunit/phpunit": "*", - "squizlabs/php_codesniffer": "3.5.6", + "squizlabs/php_codesniffer": "3.6.1", "symfony/yaml": "~2.1|~3.0|~4.0" }, "config": { diff --git a/src/Observer/ObserverTime.php b/src/Observer/ObserverTime.php index b73e70f..9dfc031 100644 --- a/src/Observer/ObserverTime.php +++ b/src/Observer/ObserverTime.php @@ -18,7 +18,7 @@ class ObserverTime * ΔT is the difference between the Earth rotation time and the Terrestrial Time (TT). * It is derived from observation only and reported yearly in the Astronomical Almanac. * - * @param float $ΔT + * @param float $ΔT */ public $ΔT = 0; public $JulianEphemerisDay = 0;