1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Update to stable

This commit is contained in:
Théo FIDRY 2022-12-08 12:17:26 +01:00
parent cfa570eba2
commit ba40e34947
No known key found for this signature in database
GPG Key ID: F8C66BC24296DE7E
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@
"dnoegel/php-xdg-base-dir": "^0.1.1",
"felixfbecker/advanced-json-rpc": "^3.1",
"felixfbecker/language-server-protocol": "^1.5.2",
"fidry/cpu-core-counter": "^0.2.0",
"fidry/cpu-core-counter": "^0.3.0",
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"nikic/php-parser": "^4.13",
"openlss/lib-array2xml": "^1.0",

View File

@ -1471,7 +1471,6 @@ class ProjectAnalyzer
* returns number of cpu cores
* Copyleft 2018, license: WTFPL
* @throws NumberOfCpuCoreNotFound
* @psalm-suppress ForbiddenCode
*/
public static function getCpuCount(): int
{