Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ahoicloud/co2 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arnebr committed Feb 4, 2023
2 parents 6071a96 + 5ae3681 commit 1c7c636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Co2.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [])
Expand Down

0 comments on commit 1c7c636

Please sign in to comment.