Skip to content

Commit 97a6699

Browse files
author
Thomas Kerin
committed
ScriptFactory:: should be protected if we're using static
1 parent 7657b69 commit 97a6699

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Script/ScriptFactory.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ class ScriptFactory
2222
* @var OutputScriptFactory
2323
*/
2424
private static $outputScriptFactory = null;
25-
private static $opcodes = null;
25+
26+
/**
27+
* @var Opcodes|null
28+
*/
29+
protected static $opcodes = null;
2630

2731
private static function getOpCodes(): Opcodes
2832
{

0 commit comments

Comments
 (0)