Skip to content

Commit 06e9db7

Browse files
authored
Merge pull request #4 from paysera/mSprunskas-patch-2
Fixed faulty declaration
2 parents 60085be + d4489ac commit 06e9db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/LockManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
declare(strict_type=1);
3+
declare(strict_types=1);
44

55
namespace Paysera\Bundle\LockBundle\Service;
66

0 commit comments

Comments
 (0)