We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ef970 commit bbb9dd7Copy full SHA for bbb9dd7
1 file changed
src/Brainbits/Blocking/Adapter/FilesystemAdapter.php
@@ -88,8 +88,7 @@ public function exists(IdentifierInterface $identifier)
88
*/
89
public function get(IdentifierInterface $identifier)
90
{
91
- if (!$this->exists($identifier))
92
- {
+ if (!$this->exists($identifier)) {
93
return null;
94
}
95
0 commit comments