mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-04-27 19:13:22 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a992318304 |
@@ -368,7 +368,7 @@ class Config
|
|||||||
throw new Exception("Couldn't find the SDK version file.");
|
throw new Exception("Couldn't find the SDK version file.");
|
||||||
}
|
}
|
||||||
|
|
||||||
return file_get_contents($path);
|
return trim(file_get_contents($path));
|
||||||
}/*}}}*/
|
}/*}}}*/
|
||||||
|
|
||||||
public static function getDepsLocalPath() : ?string
|
public static function getDepsLocalPath() : ?string
|
||||||
|
|||||||
Reference in New Issue
Block a user