Skip to content

Commit c862a10

Browse files
committed
#309 - Set back PHP compatibility
Signed-off-by: William Desportes <[email protected]>
1 parent 5419487 commit c862a10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Utils/CLI.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ public function runTokenize()
235235

236236
public function readStdin()
237237
{
238-
$read = [STDIN];
239-
$write = [];
240-
$except = [];
238+
$read = array(STDIN);
239+
$write = array();
240+
$except = array();
241241

242242
// Assume there's nothing to be read from STDIN.
243243
$stdin = null;

0 commit comments

Comments
 (0)