Skip to content

Commit 8ff0ab4

Browse files
committed
Incorrect type used for $__schema
1 parent 2c44d85 commit 8ff0ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchemaAwareRecordLogic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private static function getTypeFromClass(string $classOrType): Type
129129
}
130130

131131
/**
132-
* @var array
132+
* @var TypeSchema
133133
*/
134134
private static $__schema;
135135
}

0 commit comments

Comments
 (0)