Issue #1811226 by Mile23: Add missing type hinting to Contact module docblocks
parent
7dc188d193
commit
7ed8d75d82
|
@ -259,9 +259,9 @@ class ContactPersonalTest extends WebTestBase {
|
|||
/**
|
||||
* Creates a user and then checks contact form access.
|
||||
*
|
||||
* @param integer $response
|
||||
* @param int $response
|
||||
* The expected response code.
|
||||
* @param boolean $contact_value
|
||||
* @param bool $contact_value
|
||||
* (optional) The value the contact field should be set too.
|
||||
*/
|
||||
protected function checkContactAccess($response, $contact_value = NULL) {
|
||||
|
|
|
@ -333,7 +333,7 @@ class ContactSitewideTest extends WebTestBase {
|
|||
* @param string $reply
|
||||
* The auto-reply text that is sent to a user upon completing the contact
|
||||
* form.
|
||||
* @param boolean $selected
|
||||
* @param bool $selected
|
||||
* A Boolean indicating whether the form should be selected by default.
|
||||
* @param array $third_party_settings
|
||||
* Array of third party settings to be added to the posted form data.
|
||||
|
@ -361,7 +361,7 @@ class ContactSitewideTest extends WebTestBase {
|
|||
* @param string $reply
|
||||
* The auto-reply text that is sent to a user upon completing the contact
|
||||
* form.
|
||||
* @param boolean $selected
|
||||
* @param bool $selected
|
||||
* A Boolean indicating whether the form should be selected by default.
|
||||
*/
|
||||
function updateContactForm($id, $label, $recipients, $reply, $selected) {
|
||||
|
|
Loading…
Reference in New Issue