Skip to content

Commit a9335df

Browse files
committed
Merge branch 'master' of git.phlexible.net:brainbits-blocking
2 parents a1da741 + bbb9dd7 commit a9335df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Brainbits/Blocking/Adapter/FilesystemAdapter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ public function exists(IdentifierInterface $identifier)
8888
*/
8989
public function get(IdentifierInterface $identifier)
9090
{
91-
if (!$this->exists($identifier))
92-
{
91+
if (!$this->exists($identifier)) {
9392
return null;
9493
}
9594

0 commit comments

Comments
 (0)