🏡 index : ~doyle/koselig.git

author Jordan Doyle <jordan@doyle.wf> 2018-04-14 22:02:00.0 +00:00:00
committer GitHub <noreply@github.com> 2018-04-14 22:02:00.0 +00:00:00
commit
0025bef259ec223cf347c03e79572873f05b4966 [patch]
tree
e1e5444e7de91f9075011612dc2fd55d343ef8f3
parent
2c3c26f0afb5b09e18467cc6c88c91bcc94bdd47
download
0025bef259ec223cf347c03e79572873f05b4966.tar.gz

Apply fixes from StyleCI (#22)

[ci skip] [skip ci]

Diff

 src/helpers.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/helpers.php b/src/helpers.php
index 2999d7a..24435ba 100644
--- a/src/helpers.php
+++ b/src/helpers.php
@@ -11,6 +11,7 @@ if (!function_exists('__')) {
     * @param $key key of the translation
     * @param array|string $replace replacements for laravel or domain for wordpress
     * @param string $locale locale for laravel, not used for wordpress
     *
     * @return string
     */
    function __($key, $replace = [], $locale = null)