We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571cc1 commit 72ace3bCopy full SHA for 72ace3b
src/SchemaProcessor/PostProcessor/Templates/Populate.phptpl
@@ -6,7 +6,7 @@
6
*
7
* @return self
8
9
- * {% if schema.getBaseValidators() %}@throws {% if generatorConfiguration.collectErrors() %}{{ viewHelper.getSimpleClassName(generatorConfiguration.getErrorRegistryClass()) }}{% else %}ValidationException{% endif %}{% endif %}
+ * @throws {% if generatorConfiguration.collectErrors() %}{{ viewHelper.getSimpleClassName(generatorConfiguration.getErrorRegistryClass()) }}{% else %}ValidationException{% endif %}
10
*/
11
public function populate(array $modelData): self
12
{
0 commit comments