Skip to content

Commit

Permalink
Merge pull request #14 from denpamusic/analysis-Xk91oG
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
denpamusic authored Sep 14, 2018

Verified

This commit was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
2 parents f8e11ed + 8e61ab7 commit 16b51ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/FunctionsTest.php
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ class FunctionsTest extends TestCase
/**
* Test satoshi to btc converter.
*
* @param int $satoshi
* @param int $satoshi
* @param string $bitcoin
*
* @return void
@@ -22,7 +22,7 @@ public function testToBtc($satoshi, $bitcoin)
/**
* Test btc to satoshi converter.
*
* @param int $satoshi
* @param int $satoshi
* @param string $bitcoin
*
* @return void
@@ -37,8 +37,8 @@ public function testToSatoshi($satoshi, $bitcoin)
/**
* Test float to fixed converter.
*
* @param float $float
* @param int $precision
* @param float $float
* @param int $precision
* @param string $expected
*
* @return void

0 comments on commit 16b51ce

Please sign in to comment.