8000 CS · FriendsOfSymfony/FOSHttpCache@de5267b · GitHub
[go: up one dir, main page]

Skip to content

Commit de5267b

Browse files
committed
CS
1 parent d62b289 commit de5267b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SymfonyCache/TaggableStore.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ public function unlock(Request $request)
229229
return false;
230230
}
231231

232-
return true; }
232+
return true;
233+
}
233234

234235
/**
235236
* Returns whether or not a lock exists.

0 commit comments

Comments
 (0)
0