Skip to content

Commit 8484c89

Browse files
committed
Fix for PHP 7
1 parent 289fd17 commit 8484c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/Entity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct(array $data, string $bot_username = '')
5757
* @param mixed $value
5858
* @return void
5959
*/
60-
public function __set(string $name, mixed $value): void
60+
public function __set(string $name, $value): void
6161
{
6262
$this->fields[$name] = $value;
6363
}

0 commit comments

Comments
 (0)