mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 17:24:46 +02:00
Fix typo in phpdoc since tags
This commit is contained in:
@@ -750,7 +750,7 @@ class FieldtypePageTable extends FieldtypeMulti implements Module, FieldtypeDoes
|
|||||||
* @param Field $field
|
* @param Field $field
|
||||||
* @param int $version
|
* @param int $version
|
||||||
* @return PageArray|null
|
* @return PageArray|null
|
||||||
* @since 3.0.132
|
* @since 3.0.232
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function getPageFieldVersion(Page $page, Field $field, $version) {
|
public function getPageFieldVersion(Page $page, Field $field, $version) {
|
||||||
@@ -776,7 +776,7 @@ class FieldtypePageTable extends FieldtypeMulti implements Module, FieldtypeDoes
|
|||||||
* @param Field $field
|
* @param Field $field
|
||||||
* @param int $version
|
* @param int $version
|
||||||
* @return bool
|
* @return bool
|
||||||
* @since 3.0.132
|
* @since 3.0.232
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function savePageFieldVersion(Page $page, Field $field, $version) {
|
public function savePageFieldVersion(Page $page, Field $field, $version) {
|
||||||
@@ -798,7 +798,7 @@ class FieldtypePageTable extends FieldtypeMulti implements Module, FieldtypeDoes
|
|||||||
* @param Field $field
|
* @param Field $field
|
||||||
* @param int $version
|
* @param int $version
|
||||||
* @return bool
|
* @return bool
|
||||||
* @since 3.0.132
|
* @since 3.0.232
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function restorePageFieldVersion(Page $page, Field $field, $version) {
|
public function restorePageFieldVersion(Page $page, Field $field, $version) {
|
||||||
@@ -820,7 +820,7 @@ class FieldtypePageTable extends FieldtypeMulti implements Module, FieldtypeDoes
|
|||||||
* @param Field $field
|
* @param Field $field
|
||||||
* @param int $version
|
* @param int $version
|
||||||
* @return bool
|
* @return bool
|
||||||
* @since 3.0.132
|
* @since 3.0.232
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function deletePageFieldVersion(Page $page, Field $field, $version) {
|
public function deletePageFieldVersion(Page $page, Field $field, $version) {
|
||||||
|
@@ -34,7 +34,7 @@ class FieldtypeRepeaterVersions extends Wire {
|
|||||||
* @param Field|null $field
|
* @param Field|null $field
|
||||||
* @param bool $verify Specify true to also verify actual nested repeater items are present
|
* @param bool $verify Specify true to also verify actual nested repeater items are present
|
||||||
* @return bool
|
* @return bool
|
||||||
* @since 3.0.132
|
* @since 3.0.232
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function hasNestedRepeaterFields($page, Field $field = null, $verify = false) {
|
public function hasNestedRepeaterFields($page, Field $field = null, $verify = false) {
|
||||||
|
Reference in New Issue
Block a user