-
Notifications
You must be signed in to change notification settings - Fork 82
Add automatic_https_rewrites() and change_automatic_https_rewrites() #69
Conversation
* | ||
* @param string $zone_identifier API item identifier tag | ||
*/ | ||
public function automatic_https_rewrites($zone_identifier) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name Settings::automatic_https_rewrites
is not in camel caps format
* @param string $zone_identifier API item identifier tag | ||
* @param string|null $value Value of the zone setting (default: off) | ||
*/ | ||
public function change_automatic_https_rewrites($zone_identifier, $value = null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name Settings::change_automatic_https_rewrites
is not in camel caps format
* | ||
* @param string $zone_identifier API item identifier tag | ||
*/ | ||
public function automatic_https_rewrites($zone_identifier) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name "Settings::automatic_https_rewrites" is not in camel caps format
* @param string $zone_identifier API item identifier tag | ||
* @param string|null $value Value of the zone setting (default: off) | ||
*/ | ||
public function change_automatic_https_rewrites($zone_identifier, $value = null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name "Settings::change_automatic_https_rewrites" is not in camel caps format
Add automatic_https_rewrites() and change_automatic_https_rewrites()
For #70.