@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ayesh\PHP_Timer; |
| 5 | 5 | |
@@ -79,7 +79,7 @@ |
||
| 79 | 79 | /** |
| 80 | 80 | * Pocesses the internal timer state to return the time elapsed. |
| 81 | 81 | * @param $value |
| 82 | - * @param $format |
|
| 82 | + * @param string $format |
|
| 83 | 83 | * @return mixed |
| 84 | 84 | */ |
| 85 | 85 | protected static function processTimerValue($value, $format) { |