remove unused docblocks

This commit is contained in:
TomasVotruba
2017-11-30 10:27:01 +01:00
committed by Jaap van Otterdijk
parent 4a9675841b
commit 082c811880
17 changed files with 0 additions and 26 deletions
-2
View File
@@ -87,8 +87,6 @@ class ExampleFinder
* 2. Checks the source folder for the given filename
* 3. Checks the 'examples' folder in the current working directory for examples
* 4. Checks the path relative to the current working directory for the given filename
*
*
*/
private function getExampleFileContents(string $filename): ?string
{