File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1414use phootwork \file \exception \FileException ;
1515use phootwork \lang \Text ;
1616
17+ /**
18+ * Class Directory
19+ *
20+ * @psalm-consistent-constructor
21+ */
1722class Directory implements Iterator {
1823 use FileOperationTrait;
1924
Original file line number Diff line number Diff line change 1313use phootwork \file \exception \FileException ;
1414use phootwork \lang \Text ;
1515
16+ /**
17+ * Class File
18+ *
19+ * @psalm-consistent-constructor
20+ */
1621class File {
1722 use FileOperationTrait;
1823
Original file line number Diff line number Diff line change 1111
1212use phootwork \lang \Text ;
1313
14+ /**
15+ * Class FileDescriptor
16+ *
17+ * @psalm-consistent-constructor
18+ */
1419class FileDescriptor {
1520 use FileOperationTrait;
1621
You can’t perform that action at this time.
0 commit comments