Skip to content

Commit ea58d2b

Browse files
committed
Add missing return annotation
This is helpful for static analysis
1 parent f41d311 commit ea58d2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ protected function loadDriverForCMSModels(): AnnotationDriver
137137
return $annotationDriver;
138138
}
139139

140+
/**
141+
* @return AnnotationDriver
142+
*/
140143
protected function loadDriver(): MappingDriver
141144
{
142145
return $this->createAnnotationDriver();

0 commit comments

Comments
 (0)