Skip to content

Commit

Permalink
Merge branch '5.0' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
2 parents 7722449 + b97cc8e commit 1a961f6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Model/BlogObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,8 @@ public function getCMSFields()
return $fields;
}

/**
* {@inheritdoc}
* @return ValidationResult
*/
public function validate()
public function validate(): ValidationResult
{
/** @var ValidationResult $validation */
$validation = parent::validate();
if (!$validation->isValid()) {
return $validation;
Expand Down

0 comments on commit 1a961f6

Please sign in to comment.