mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +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.
|
* Direct invocation of the constructor is not permitted.
|
||||||
*/
|
*/
|
||||||
protected function __construct(array $config): void
|
protected function __construct(array $config)
|
||||||
{
|
{
|
||||||
$this->_config = $config;
|
$this->_config = $config;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue