Passed
Push — master ( 590eaf...a6cb32 )
by Michal
10:28
created
src/Translator/GoogleTranslator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         $this->languageTo = $languageTo;
27 27
 
28 28
         // google credentials
29
-        putenv('GOOGLE_APPLICATION_CREDENTIALS=' . $credentialsFilePath);
29
+        putenv('GOOGLE_APPLICATION_CREDENTIALS='.$credentialsFilePath);
30 30
 
31 31
         // cannot use service - before create must be authorized google credentials
32 32
         $this->translationServiceClient = new TranslationServiceClient();
Please login to merge, or discard this patch.