Skip to content

Updater [WIP]

Updater [WIP] #241

Triggered via push September 27, 2023 12:43
Status Success
Total duration 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Neon/Differ.php#L28
Property Nette\Neon\Differ::$isEqual has no type specified.
PHPStan: src/Neon/Differ.php#L51
Method Nette\Neon\Differ::calculateTrace() has parameter $a with no value type specified in iterable type array.
PHPStan: src/Neon/Differ.php#L51
Method Nette\Neon\Differ::calculateTrace() has parameter $b with no value type specified in iterable type array.
PHPStan: src/Neon/Differ.php#L51
Method Nette\Neon\Differ::calculateTrace() return type has no value type specified in iterable type array.
PHPStan: src/Neon/Differ.php#L83
Method Nette\Neon\Differ::extractDiff() has parameter $a with no value type specified in iterable type array.
PHPStan: src/Neon/Differ.php#L83
Method Nette\Neon\Differ::extractDiff() has parameter $b with no value type specified in iterable type array.
PHPStan: src/Neon/Differ.php#L83
Method Nette\Neon\Differ::extractDiff() has parameter $trace with no value type specified in iterable type array.
PHPStan: src/Neon/Differ.php#L83
Method Nette\Neon\Differ::extractDiff() return type has no value type specified in iterable type array.
PHPStan: src/Neon/Neon.php#L69
Method Nette\Neon\Neon::update() has parameter $newValue with no type specified.
PHPStan: src/Neon/Node.php#L20
Property Nette\Neon\Node::$data type has no value type specified in iterable type array.