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:
Diffstat (limited to 'libs/PhpDocumentor-1.3.2/phpDocumentor/clone.inc.php')
-rwxr-xr-xlibs/PhpDocumentor-1.3.2/phpDocumentor/clone.inc.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/libs/PhpDocumentor-1.3.2/phpDocumentor/clone.inc.php b/libs/PhpDocumentor-1.3.2/phpDocumentor/clone.inc.php
index fbc308ef70..e1c86f6f45 100755
--- a/libs/PhpDocumentor-1.3.2/phpDocumentor/clone.inc.php
+++ b/libs/PhpDocumentor-1.3.2/phpDocumentor/clone.inc.php
@@ -1,13 +1,13 @@
-<?php
-
-/**
- * Clone an object in PHP 4
- * @param object
- * @return object
- */
-function phpDocumentor_clone($obj)
-{
- return $obj;
-}
-
+<?php
+
+/**
+ * Clone an object in PHP 4
+ * @param object
+ * @return object
+ */
+function phpDocumentor_clone($obj)
+{
+ return $obj;
+}
+
?> \ No newline at end of file