Skip to content

Commit f304ed5

Browse files
committed
add missing docblock
1 parent 4b42a14 commit f304ed5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/File.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212

1313
namespace phpDocumentor\Reflection;
1414

15-
15+
/**
16+
* Interface for files processed by the ProjectFactory
17+
*/
1618
interface File
1719
{
1820
/**

0 commit comments

Comments
 (0)