mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 19:21:33 +00:00
updated streamline-setup v2
This commit is contained in:
@@ -21,14 +21,14 @@ class ShellInput extends StringInput
|
||||
{
|
||||
public const REGEX_STRING = '([^\s]+?)(?:\s|(?<!\\\\)"|(?<!\\\\)\'|$)';
|
||||
|
||||
private $hasCodeArgument = false;
|
||||
private bool $hasCodeArgument = false;
|
||||
|
||||
/**
|
||||
* Unlike the parent implementation's tokens, this contains an array of
|
||||
* token/rest pairs, so that code arguments can be handled while parsing.
|
||||
*/
|
||||
private $tokenPairs;
|
||||
private $parsed;
|
||||
private array $tokenPairs;
|
||||
private array $parsed = [];
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
||||
Reference in New Issue
Block a user