Commit 234fd8d0 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CS.

Showing with 1 addition and 7 deletions
+1 -7
......@@ -90,7 +90,7 @@ final class ComposerPackage implements ComposerPackageInterface
$data = $this->getComposerJson();
return array_key_exists($key, $data) ? $data[$key] : $default;
return \array_key_exists($key, $data) ? $data[$key] : $default;
}
private function getComposerJson(): array
......
......@@ -73,12 +73,6 @@ final class Config extends PhpCsFixerConfig
);
}
/**
* @param float $phpVersion
* @param bool $risky
*
* @return array
*/
private function ruleSets(float $phpVersion, bool $risky): array
{
$sets = [
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment