We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d0a2f8 + 6ca378b commit aa6e8fdCopy full SHA for aa6e8fd
Compiler/CheckTypeDeclarationsPass.php
@@ -78,7 +78,7 @@ public function __construct(bool $autoload = false, array $skippedIds = [])
78
/**
79
* {@inheritdoc}
80
*/
81
- protected function processValue($value, $isRoot = false)
+ protected function processValue($value, bool $isRoot = false)
82
{
83
if (isset($this->skippedIds[$this->currentId])) {
84
return $value;
0 commit comments