Skip to content

Commit

Permalink
fixed boolean strict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Keil committed Oct 7, 2014
1 parent 707db5d commit 71d96ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/Satoshi.php
Expand Up @@ -73,7 +73,7 @@ public function setDefaultUnit($unit)
*/
protected function format($satoshi, $unit)
{
if (null == $unit) {
if (null === $unit) {
$unit = $this->defaultUnit;
}

Expand Down

0 comments on commit 71d96ea

Please sign in to comment.