Skip to content

Commit

Permalink
Merge pull request #12 from matsuo/resolve-an-error-detected-by-phpstan
Browse files Browse the repository at this point in the history
Resolve "Result of method File_IMC_Build::validateParam() (void) is used" detected by PHPStan
  • Loading branch information
till authored Jul 20, 2024
2 parents de31ff9 + a5406a9 commit b0ad41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion File/IMC/Build.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b0ad41d

Please sign in to comment.