1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
Showing only changes of commit b62bb725cc - Show all commits

View file

@ -179,7 +179,7 @@
* @return string
* @throws InvalidScopeException
*/
public static function getRemouteSources(string $scope=Scopes::Auto, bool $win32=false): string
public static function getRemoteSources(string $scope=Scopes::Auto, bool $win32=false): string
{
return self::getDataPath($scope, $win32) . DIRECTORY_SEPARATOR . 'sources';
}