8000 Fix return typehint in Lock · symfony/symfony@e28ffe8 · GitHub
[go: up one dir, main page]

Skip to content

Commit e28ffe8

Browse files
committed
Fix return typehint in Lock
1 parent d65189f commit e28ffe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/Lock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function __destruct()
6767
/**
6868
* {@inheritdoc}
6969
*/
70-
public function acquire($blocking = false): ?bool
70+
public function acquire($blocking = false): bool
7171
{
7272
try {
7373
if ($blocking) {

0 commit comments

Comments
 (0)
0