From 5ae3681009d0ae34c1e01590ce1e30d7d1456591 Mon Sep 17 00:00:00 2001 From: arnebr Date: Sat, 4 Feb 2023 11:45:04 +0000 Subject: [PATCH] Fix styling --- src/Co2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Co2.php b/src/Co2.php index 307ecc9..b278f85 100755 --- a/src/Co2.php +++ b/src/Co2.php @@ -97,7 +97,7 @@ public function co2byComponent($energyByComponent, $carbonIntensity = false) * * @param $bytes - the data transferred in bytes * @param bool $carbonIntensity the carbon intensity for datacentre (average figures, not marginal ones) - * @param bool $segmentResults the result should return as segmentet + * @param bool $segmentResults the result should return as segmentet * @return float|null|array the total number in grams of CO2 equivalent emissions */ public function perByte($bytes, $carbonIntensity = false, $segmentResults = false, $options = [])