Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic authored and StyleCIBot committed Sep 14, 2018
1 parent f8e11ed commit 8e61ab7
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 8e61ab7

Please sign in to comment.