Skip to content

Commit 129897d

Browse files
committed
Prevent instantiation of io.Files
1 parent 3fea283 commit 129897d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/php/io/Files.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @see io.File
77
* @test net.xp_framework.unittest.io.FilesTest
88
*/
9-
class Files {
9+
abstract class Files {
1010

1111
/**
1212
* Retrieve file contents as a string. If the file was previously open,

0 commit comments

Comments
 (0)