@@ -1,5 +1,4 @@
<?php
-
/**
* Wrapper around pclzip. Makes a bit easier to use compression.
*
@@ -16,6 +15,9 @@
* @license see /license.txt
* @author Laurent Opprecht <laurent@opprecht.info> for the Univesity of Geneva
*/
+/**
+ * Zip wrapper class
+ */
class Zip
{
@@ -126,4 +128,4 @@ class Zip
return 1;
}
-}
+}