mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 19:51:30 +00:00
updated streamline-setup v2
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ abstract class AbstractGenerator implements GeneratorInterface, LoggerAwareInter
|
||||
* @param array $options
|
||||
* @param null|array $env
|
||||
*/
|
||||
public function __construct($binary, array $options = [], array $env = null)
|
||||
public function __construct($binary, array $options = [], array|null $env = null)
|
||||
{
|
||||
$this->configure();
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ class Image extends AbstractGenerator
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function __construct($binary = null, array $options = [], array $env = null)
|
||||
public function __construct($binary = null, array $options = [], array|null $env = null)
|
||||
{
|
||||
$this->setDefaultExtension('jpg');
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ class Pdf extends AbstractGenerator
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function __construct($binary = null, array $options = [], array $env = null)
|
||||
public function __construct($binary = null, array $options = [], array|null $env = null)
|
||||
{
|
||||
$this->setDefaultExtension('pdf');
|
||||
$this->setOptionsWithContentCheck();
|
||||
|
||||
Reference in New Issue
Block a user