Merge branch '1.x' into 2.x

* 1.x:
  clarify the type of returned loaders
This commit is contained in:
Fabien Potencier
2019-03-04 18:08:25 +01:00
+1 -1
View File
@@ -39,7 +39,7 @@ final class Twig_Loader_Chain implements LoaderInterface, Twig_ExistsLoaderInter
}
/**
* @return array
* @return LoaderInterface[]
*/
public function getLoaders()
{