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
  • Loading branch information
denpamusic authored Sep 14, 2018
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
Expand Up @@ -7,7 +7,7 @@ class FunctionsTest extends TestCase
/**
* Test satoshi to btc converter.
*
* @param int $satoshi
* @param int $satoshi
* @param string $bitcoin
*
* @return void
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 16b51ce

Please sign in to comment.