Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
committerjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
commit862724121b8a0649bd983cd24c769006b40cec99 (patch)
tree399ba025aced393df840394ea4be1b731d90d3de /libs/PhpDocumentor-1.3.2/phpDocumentor/clone5.inc.php
parent25a42b5ef313cf0555ee7a7a341a49af6f1b40a7 (diff)
Convert txt files to unix format0.1.4
Diffstat (limited to 'libs/PhpDocumentor-1.3.2/phpDocumentor/clone5.inc.php')
-rwxr-xr-xlibs/PhpDocumentor-1.3.2/phpDocumentor/clone5.inc.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/libs/PhpDocumentor-1.3.2/phpDocumentor/clone5.inc.php b/libs/PhpDocumentor-1.3.2/phpDocumentor/clone5.inc.php
index 20919a9930..775453939b 100755
--- a/libs/PhpDocumentor-1.3.2/phpDocumentor/clone5.inc.php
+++ b/libs/PhpDocumentor-1.3.2/phpDocumentor/clone5.inc.php
@@ -1,14 +1,14 @@
-<?php
-
-/**
- * Clone an object in PHP 5
- * @param object
- * @return object
- * @ignore
- */
-function phpDocumentor_clone($obj)
-{
- return clone $obj;
-}
-
+<?php
+
+/**
+ * Clone an object in PHP 5
+ * @param object
+ * @return object
+ * @ignore
+ */
+function phpDocumentor_clone($obj)
+{
+ return clone $obj;
+}
+
?> \ No newline at end of file