clarify the type of returned loaders

This commit is contained in:
Christian Flothmann
2019-03-04 09:18:40 +01:00
parent e57472d80a
commit 0eb29aa514
+1 -1
View File
@@ -44,7 +44,7 @@ class Twig_Loader_Chain implements LoaderInterface, Twig_ExistsLoaderInterface,
}
/**
* @return array
* @return LoaderInterface[]
*/
public function getLoaders()
{