Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Fix RenderableInterface:getValidationRules sig (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
euantorano authored Sep 30, 2017
1 parent cab98d8 commit b4db977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Form/RenderableInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ public function getValue();
/**
* @return string
*/
public function getValidationRules() : string;
public function getValidationRules() : array;
}

0 comments on commit b4db977

Please sign in to comment.