Skip to content

Commit

Permalink
fix: docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Oct 5, 2023
1 parent a4b9be8 commit af3572e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions RockMigrations.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -1064,12 +1064,13 @@ private function createNeededFolders()
* 'german'=>'bar',
* ]);
*
* @param string $title
* @param Template|string $template
* @param Page|string $parent
* @param string $name optional defaults to null
* @param array $status optional defaults to []
* @param array $data optional defaults to []
* @param Page|string|int $parent
* @param string $name
* @param string $title
* @param array $status
* @param array $data
* @param bool $allLanguages
* @return Page
*/
public function createPage(
Expand Down Expand Up @@ -4159,10 +4160,10 @@ protected function addMatrixItem($field, $name, $data)

/**
* Remove matrix item from field
*
* CAUTION: removing a type will also remove all associated data
*
* CAUTION: removing a type will also remove all associated data
* on pages which use that type
*
*
* @param RepeaterMatrixField|string $field
* @param string $name
* @return RepeaterMatrixField|null
Expand Down Expand Up @@ -4376,7 +4377,7 @@ private function resetMatrixRepeaterFields(RepeaterMatrixField $field)

return $field;
}

/** END Repeater Matrix */

/**
Expand Down

0 comments on commit af3572e

Please sign in to comment.