From a5406a9d698081c558855611e9e45c708785de4b Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Sat, 20 Jul 2024 05:43:18 +0900 Subject: [PATCH] Resolve "Result of method File_IMC_Build::validateParam() (void) is used" detected by PHPStan --- File/IMC/Build.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File/IMC/Build.php b/File/IMC/Build.php index 0026af1..dff9715 100644 --- a/File/IMC/Build.php +++ b/File/IMC/Build.php @@ -130,7 +130,7 @@ abstract function setVersion($text = '3.0'); * @param string $iter Optional, the iteration of the property. Only * used for error messaging. * - * @return void + * @return mixed Boolean true if the parameter is valid * @throws File_IMC_Exception if not. */ abstract function validateParam($name, $text, $prop = null, $iter = null);