minor #3061 Remove duplicate phpdoc (tvdijen)

This PR was merged into the 1.x branch.

Discussion
----------

Remove duplicate phpdoc

Commits
-------

2c1c00ba Remove duplicate phpdoc
This commit is contained in:
Fabien Potencier
2019-06-10 19:26:46 +02:00
-1
View File
@@ -201,7 +201,6 @@ class FilesystemLoader implements LoaderInterface, ExistsLoaderInterface, Source
*
* @param string $name The template name
*
* @return string|false The template name or false
* @return string|false|null The template name or false/null
*/
protected function findTemplate($name)