Skip to content

Commit 70bebeb

Browse files
author
Alexander Miertsch
authored
Merge pull request #17 from arnedesmedt/fix/incorrect-schema-type
Incorrect type used for $__schema
2 parents 2c44d85 + 8ff0ab4 commit 70bebeb

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)