Skip to content

Commit 814de7f

Browse files
Clean code
1 parent 97b5743 commit 814de7f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Twig/Extension/N2WExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(Service $service)
3939
/**
4040
* {@inheritdoc}
4141
*/
42-
public function getFilters()
42+
public function getFilters(): array
4343
{
4444
return [
4545
new TwigFilter('n2w', [$this->service, 'toWords']),

tests/ServiceTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
namespace PHPViet\Symfony\NumberToWords\Tests;
1010

11-
1211
/**
1312
* @author Vuong Minh <vuongxuongminh@gmail.com>
1413
* @since 1.0.0

0 commit comments

Comments
 (0)