mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-03-26 01:52:10 +01:00
Compare commits
1 Commits
master
...
fix-userag
| 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