Skip to content

Commit 0546d1d

Browse files
committed
Apply fixes from StyleCI
1 parent 2404ebc commit 0546d1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/UnderscoreFunction.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ public function throttle(callable $fn, $wait)
9191
*
9292
* Note that last function is executed first.
9393
*
94-
* @param callable $fn1
95-
* @param callable $fn2
94+
* @param callable $fn1
95+
* @param callable $fn2
9696
* @param ...callable|null $fn3 And so on!
9797
*
9898
* @return mixed Final result value.

tests/HigherOrderMessageTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Ahc\Underscore\Test;
1313

1414
use Ahc\Underscore\HigherOrderMessage;
15-
use PHPUnit\Framework\TestCase as TestCase;
15+
use PHPUnit\Framework\TestCase;
1616

1717
class HOM
1818
{

0 commit comments

Comments
 (0)