Skip to content

Commit 8649151

Browse files
authored
Update FormatterInterface.php
1 parent 8432bd9 commit 8649151

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Format/FormatterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ interface FormatterInterface
5151
*
5252
* @return mixed
5353
*/
54-
public function format(array $data);
54+
public function format($data);
5555
}

0 commit comments

Comments
 (0)