@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | /** |
| 53 | - * @param $configField [Name of the expected value as a string] |
|
| 53 | + * @param string $configField [Name of the expected value as a string] |
|
| 54 | 54 | * @return string [Concatenated message as a string] |
| 55 | 55 | */ |
| 56 | 56 | static function getConfigFieldNotFoundMessage($configField) { |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | } |
| 63 | 63 | |
| 64 | 64 | /** |
| 65 | - * @param $propertyName [Name of the property as a string] |
|
| 65 | + * @param string $propertyName [Name of the property as a string] |
|
| 66 | 66 | * @param string $className [Name of the class as a string] |
| 67 | 67 | * @return string [Concatenated message as a string] |
| 68 | 68 | */ |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | $locale = Config::getConfigField("locale"); |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | - $localePath = FinanCalc::getPath() . "/locale/$locale.php"; |
|
| 30 | + $localePath = FinanCalc::getPath()."/locale/$locale.php"; |
|
| 31 | 31 | |
| 32 | 32 | if (!file_exists($localePath)) { |
| 33 | 33 | return null; |