Skip to content

Commit 266671a

Browse files
committed
Fixing missing variable
1 parent 404469c commit 266671a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SchemaAnalyzer.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ class SchemaAnalyzer
3333
*/
3434
private $schema;
3535

36+
/**
37+
* @var Cache|null
38+
*/
39+
private $cache;
40+
3641
/**
3742
* @var string
3843
*/

0 commit comments

Comments
 (0)