summaryrefslogtreecommitdiff
path: root/Examples/FunctionVoid/functionvoid.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/FunctionVoid/functionvoid.php')
-rw-r--r--Examples/FunctionVoid/functionvoid.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/Examples/FunctionVoid/functionvoid.php b/Examples/FunctionVoid/functionvoid.php
index e6fbb67..d057f92 100644
--- a/Examples/FunctionVoid/functionvoid.php
+++ b/Examples/FunctionVoid/functionvoid.php
@@ -1,13 +1,13 @@
<?php
/*
- * functionvoid.php
- * @author Jasper van Eck<jasper.vaneck@copernica.com>
+ * functionvoid.php
+ * @author Jasper van Eck<jasper.vaneck@copernica.com>
*
- * An example file to show the working of a void function call.
+ * An example file to show the working of a void function call.
*/
/*
- * Run the function with the given name. As you can see, the given name
- * can be different from the actual function name.
+ * Run the function with the given name. As you can see, the given name
+ * can be different from the actual function name.
*/
my_void_function();