We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d36395 + 7162720 commit ccf607dCopy full SHA for ccf607d
1 file changed
src/Extractors/PhpCode.php
@@ -30,5 +30,7 @@ public static function fromString($string, Translations $translations = null, $f
30
31
$functions = new PhpFunctionsScanner($string);
32
$functions->saveGettextFunctions(self::$functions, $translations, $file);
33
+
34
+ return $translations;
35
}
36
0 commit comments