Skip to content

Commit f344c08

Browse files
committed
Fix more phan errors
1 parent e45060d commit f344c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/packages/forms/src/service/class-mailpoet-integration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ private function __construct() {
5454
*/
5555
protected function get_api() {
5656
if ( null === $this->mailpoet_api && class_exists( '\MailPoet\API\API' ) ) {
57+
// @phan-suppress-next-line PhanUndeclaredClassMethod
5758
$this->mailpoet_api = \MailPoet\API\API::MP( 'v1' );
5859
}
5960
return $this->mailpoet_api;

0 commit comments

Comments
 (0)