Skip to content

Commit

Permalink
Suppress psalm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Dec 20, 2020
1 parent 1c08c17 commit e741383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Admin/AbstractAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,7 @@ public function getNewInstance()
$extension->alterNewInstance($this, $object);
}

/* @psalm-suppress InvalidReturnStatement (@see https://github.com/vimeo/psalm/issues/4868) */
return $object;
}

Expand Down

0 comments on commit e741383

Please sign in to comment.