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/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