diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ZipStream.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ZipStream.php b/src/ZipStream.php index d7948bb..aa7e7e4 100644 --- a/src/ZipStream.php +++ b/src/ZipStream.php @@ -19,7 +19,10 @@ const VERSION = '0.3.0'; /** * Version needed to extract. + * * @internal + * + * @example "examples/09-version.php" */ const VERSION_NEEDED = 45; |