Commit d80a831 1 parent 5266029 commit d80a831 Copy full SHA for d80a831
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ implements the ``MappingDriver`` interface:
81
81
/**
82
82
* Loads the metadata for the specified class into the provided container.
83
83
*
84
- * @psalm- param class-string<T > $className
85
- * @psalm- param ClassMetadata<T > $metadata
84
+ * @param class-string<T > $className
85
+ * @param ClassMetadata<T > $metadata
86
86
*
87
87
* @return void
88
88
*
@@ -93,16 +93,15 @@ implements the ``MappingDriver`` interface:
93
93
/**
94
94
* Gets the names of all mapped classes known to this driver.
95
95
*
96
- * @return array<int , string > The names of all mapped classes known to this driver.
97
- * @psalm-return list<class-string >
96
+ * @return list<class-string > The names of all mapped classes known to this driver.
98
97
*/
99
98
public function getAllClassNames();
100
99
101
100
/**
102
101
* Returns whether the class with the specified name should have its metadata loaded.
103
102
* This is only the case if it is either mapped as an Entity or a MappedSuperclass.
104
103
*
105
- * @psalm- param class-string $className
104
+ * @param class-string $className
106
105
*
107
106
* @return bool
108
107
*/
You can’t perform that action at this time.
0 commit comments