We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d72bb7 commit f802e5fCopy full SHA for f802e5f
2 files changed
composer.json
@@ -4,7 +4,7 @@
4
"license": "MIT",
5
"description": "Webman plugin webman-tech/log-reader",
6
"require": {
7
- "php": ">=7.4",
+ "php": ">=7.2",
8
"kriss/log-reader": "^1.3"
9
},
10
"config": {
src/LogReader.php
@@ -8,7 +8,10 @@
class LogReader
{
11
- protected static ?PhpLogReader $_instance = null;
+ /**
12
+ * @var null|PhpLogReader
13
+ */
14
+ protected static $_instance = null;
15
16
public static function instance(): PhpLogReader
17
0 commit comments