35 $defaultContent = $this->shadowPageLoader->get( $this->title )?->getPreloadContent();
37 $defaultText = $defaultContent?->serialize() ??
'';
38 if ( !$this->allowBlank && $this->userProvidedText === $defaultText ) {
39 return PageEditStatus::newGood( self::AS_BLANK_ARTICLE )
41 ->warning(
'blankarticle', $this->submitButtonLabel );
43 return PageEditStatus::newGood();