Remove duplicate phpdoc

This commit is contained in:
Tim van Dijen
2019-06-10 12:15:10 +02:00
committed by GitHub
parent 2a293b6827
commit 2c1c00ba0e
-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)