Skip to content

Commit 0d97e22

Browse files
committed
clean
1 parent b1555c7 commit 0d97e22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/OptionTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Cesargb\Log\Test;
44

5-
use Exception;
65
use Cesargb\Log\Rotation;
76
use Cesargb\Log\Test\TestCase;
87

@@ -25,7 +24,7 @@ public function test_catch_exceptio_if_method_is_not_permited()
2524
{
2625
$this->expectException(\LogicException::class);
2726

28-
$r = new Rotation([
27+
new Rotation([
2928
'bad-method' => null,
3029
]);
3130
}

0 commit comments

Comments
 (0)