summaryrefslogtreecommitdiffstats
path: root/app/helpers.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers.php')
-rw-r--r--app/helpers.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/helpers.php b/app/helpers.php
index 5f251e4..f3a9dfa 100644
--- a/app/helpers.php
+++ b/app/helpers.php
@@ -2,9 +2,9 @@
/**
* Register polyfills for old PHP versions.
- *
+ *
* This way, the real function will only be called if it
- * is available, and we won't force the use of our own
+ * is available, and we won't force the use of our own
* implementation.
*/
function register_polyfills()
@@ -63,7 +63,7 @@ function is_installed()
* @param string $comment
* @return string
*/
-function _g($str, $comment='')
+function _g($str, $comment = '')
{
return Simplel10n::getString($str, $comment);
}
@@ -86,4 +86,3 @@ function removeCustomFiles()
}
}
}
-