This commit is contained in:
Fabien Potencier
2021-05-12 09:19:37 +02:00
parent bded388664
commit 59f3e8e5dc
49 changed files with 179 additions and 178 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class ChainLoader implements LoaderInterface, ExistsLoaderInterface, SourceConte
public function getSource($name)
{
@trigger_error(sprintf('Calling "getSource" on "%s" is deprecated since 1.27. Use getSourceContext() instead.', static::class), E_USER_DEPRECATED);
@trigger_error(sprintf('Calling "getSource" on "%s" is deprecated since 1.27. Use getSourceContext() instead.', static::class), \E_USER_DEPRECATED);
$exceptions = [];
foreach ($this->loaders as $loader) {