Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored and greg0ire committed Nov 16, 2017
1 parent b07c010 commit daa613b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Event/CommentThreadAsyncListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function onBlock(BlockEvent $event)
{
$identifier = $event->getSetting('id', null);

if ($identifier == null) {
if (null == $identifier) {
return;
}

Expand Down

0 comments on commit daa613b

Please sign in to comment.