summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-09-03 09:39:02 -0400
committerPaul Duncan <pabs@pablotron.org>2018-09-03 09:54:54 -0400
commit1fbf6c466dc01d63ba119e4614ef9190ee9d87ff (patch)
tree09c735cae623eb60995a9fcd2c85c61497a95b1d /src
parenteca42d118e439dc0f3796650e8a68992d513f8ee (diff)
downloadzipstream-php-1fbf6c466dc01d63ba119e4614ef9190ee9d87ff.tar.bz2
zipstream-php-1fbf6c466dc01d63ba119e4614ef9190ee9d87ff.zip
add README.mkd, examples/examples.json, and minor comment cleanups
Diffstat (limited to 'src')
-rw-r--r--src/ZipStream.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ZipStream.php b/src/ZipStream.php
index 437ff1d..8648b9f 100644
--- a/src/ZipStream.php
+++ b/src/ZipStream.php
@@ -14,6 +14,8 @@ namespace Pablotron\ZipStream;
/**
* Current version of ZipStream.
+ *
+ * @api
*/
const VERSION = '0.3.0';