@@ -56,7 +56,7 @@ |
||
| 56 | 56 | */ |
| 57 | 57 | protected function readTypeFromJsonFileUniversal($filePath, $fileBaseName) |
| 58 | 58 | { |
| 59 | - $fName = $filePath . DIRECTORY_SEPARATOR . $fileBaseName . '.min.json'; |
|
| 59 | + $fName = $filePath.DIRECTORY_SEPARATOR.$fileBaseName.'.min.json'; |
|
| 60 | 60 | $fJson = fopen($fName, 'r'); |
| 61 | 61 | $jSonContent = fread($fJson, filesize($fName)); |
| 62 | 62 | fclose($fJson); |