mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-13 21:01:24 +00:00
Add int return type to getOrder() method in fixture classes
This commit is contained in:
@@ -37,7 +37,7 @@ interface SearchInterface
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getOrder();
|
||||
public function getOrder(): int;
|
||||
|
||||
/**
|
||||
* we may desactive the search interface by default. in this case,
|
||||
|
||||
Reference in New Issue
Block a user