Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
imorland authored and StyleCIBot committed Dec 30, 2020
1 parent e834149 commit 10508fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listener/CheckPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function handle(Saving $event)
if (!$event->post->exists) {
return;
}

$post = $event->post;

if ($post->auto_mod) {
Expand Down

0 comments on commit 10508fa

Please sign in to comment.