mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Remove type declaration from constructor
This commit is contained in:
parent
e23c693446
commit
5a53570dd1
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ abstract class Base implements \Rhymix\Framework\Drivers\PushInterface
|
|||
/**
|
||||
* Direct invocation of the constructor is not permitted.
|
||||
*/
|
||||
protected function __construct(array $config): void
|
||||
protected function __construct(array $config)
|
||||
{
|
||||
$this->_config = $config;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue