Skip to content

Commit f802e5f

Browse files
committed
feature: downgrade php to 7.2
1 parent 1d72bb7 commit f802e5f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"description": "Webman plugin webman-tech/log-reader",
66
"require": {
7-
"php": ">=7.4",
7+
"php": ">=7.2",
88
"kriss/log-reader": "^1.3"
99
},
1010
"config": {

src/LogReader.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
class LogReader
1010
{
11-
protected static ?PhpLogReader $_instance = null;
11+
/**
12+
* @var null|PhpLogReader
13+
*/
14+
protected static $_instance = null;
1215

1316
public static function instance(): PhpLogReader
1417
{

0 commit comments

Comments
 (0)