Skip to content

Commit 6c7c413

Browse files
committed
funny stuff
1 parent 10a4234 commit 6c7c413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PleskX/Api/Operator/Mail.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Mail extends \PleskX\Api\Operator
1212
* @param string $forwardAddress
1313
* @return Struct\Info
1414
*/
15-
public function create(string $name, int $siteId, string $forwardAddress)
15+
public function create(string $name, int $siteId, string $forwardAddress): Struct\Info
1616
{
1717
$packet = $this->_client->getPacket();
1818
$info = $packet->addChild($this->_wrapperTag)->addChild('create');
@@ -54,7 +54,7 @@ public function get(int $siteId)
5454
* @param integer $siteId
5555
* @return bool
5656
*/
57-
public function delete($field, $value, $siteId)
57+
public function delete($field, $value, $siteId): bool
5858
{
5959
$packet = $this->_client->getPacket();
6060
$filter = $packet->addChild($this->_wrapperTag)->addChild('remove')->addChild('filter');

0 commit comments

Comments
 (0)