Fix stale docblock on copy method

This commit is contained in:
kemo
2026-03-11 07:29:14 +01:00
parent 90cc61e7fb
commit 43a08eab36
+1 -1
View File
@@ -1147,7 +1147,7 @@ class Spreadsheet implements JsonSerializable
}
/**
* Copy workbook (!= clone!).
* Copy the workbook by cloning.
*/
public function copy(): self
{