Skip to content

Commit 23430ce

Browse files
committed
Make phpcq happy.
1 parent 5875c5c commit 23430ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EventListener/BackendEventListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function handlePostPasteModel(PostPasteModelEvent $event)
141141
private function duplicateContentEntries(string $strTable, int $intSourceId, int $intDestinationId): void
142142
{
143143
$metaModel = $this->factory->getMetaModel($strTable);
144-
if($metaModel === null){
144+
if ($metaModel === null) {
145145
return;
146146
}
147147

0 commit comments

Comments
 (0)