X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FEditPage.php;h=541541abbd202923ac2782d700991ec3fd5b48cb;hb=4051970d03686d0f05516659a35733cd5325eb37;hp=e51fc52bd763efe2142fb9609eb5eb0c40087e50;hpb=c20cbc6c1201611088d31c5168e4238e00ba6fd1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EditPage.php b/includes/EditPage.php index e51fc52bd7..541541abbd 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1127,7 +1127,7 @@ class EditPage { * @return string|null */ protected function importContentFormData( &$request ) { - return; // Don't do anything, EditPage already extracted wpTextbox1 + return null; // Don't do anything, EditPage already extracted wpTextbox1 } /** @@ -4166,7 +4166,7 @@ ERROR; * - 'legacy-name' (optional): short name for backwards-compatibility * @param array $checked Array of checkbox name (matching the 'legacy-name') => bool, * where bool indicates the checked status of the checkbox - * @return array + * @return array[] */ public function getCheckboxesDefinition( $checked ) { $checkboxes = [];