@@ -656,6 +656,7 @@ |
||
656 | 656 | |
657 | 657 | /** |
658 | 658 | * Create new file as a child from this collection. |
659 | + * @param string $name |
|
659 | 660 | */ |
660 | 661 | public function addFile($name, ?ObjectId $session = null, array $attributes = [], int $conflict = NodeInterface::CONFLICT_NOACTION, bool $clone = false): File |
661 | 662 | { |