mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 22:26:46 +02:00
refactor(finder-helper): update code according to coding doctrine coding standard
This commit is contained in:
@@ -13,7 +13,7 @@ if (! function_exists('find')) {
|
||||
/**
|
||||
* Create a Finder instance.
|
||||
*/
|
||||
function find() : Finder
|
||||
function find(): Finder
|
||||
{
|
||||
return new Finder();
|
||||
}
|
||||
|
Reference in New Issue
Block a user