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 3f7b57d commit 80d4bdaCopy full SHA for 80d4bda
src/Glpi/Form/ValidationResult.php
@@ -84,7 +84,8 @@ public function getErrors(): array
84
/**
85
* Add an error to the list
86
*
87
- * @param array $error Error details
+ * @param Question $question The question associated with the error
88
+ * @param string $message The error message
89
* @return void
90
*/
91
public function addError(Question $question, string $message): void
0 commit comments