Completed
Push — master ( 7462e3...8bf86b )
by Daniel
02:34
created
source/Romanian.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      */
57 57
     protected function readTypeFromJsonFileUniversal($filePath, $fileBaseName)
58 58
     {
59
-        $fName       = __DIR__ . DIRECTORY_SEPARATOR . $filePath . DIRECTORY_SEPARATOR . $fileBaseName . '.min.json';
59
+        $fName       = __DIR__.DIRECTORY_SEPARATOR.$filePath.DIRECTORY_SEPARATOR.$fileBaseName.'.min.json';
60 60
         $fJson       = fopen($fName, 'r');
61 61
         $jSonContent = fread($fJson, filesize($fName));
62 62
         fclose($fJson);
Please login to merge, or discard this patch.