1
0
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:
Awilum
2020-09-08 21:29:48 +03:00
parent 8ab690ea9e
commit 8f2a563205

View File

@@ -13,7 +13,7 @@ if (! function_exists('find')) {
/**
* Create a Finder instance.
*/
function find() : Finder
function find(): Finder
{
return new Finder();
}