Type constructor
This commit is contained in:
parent
bdf9c14a73
commit
dc0e6706c6
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ abstract class Binary implements AdapterInterface
|
|||
* @param type $binary The path file to the binary
|
||||
* @param \Monolog\Logger $logger A logger
|
||||
*/
|
||||
public function __construct($binary, $logger = null)
|
||||
public function __construct($binary, \Monolog\Logger $logger = null)
|
||||
{
|
||||
$this->binary = $binary;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue