Skip to content

epic: mvp index

epic: mvp index #15

Triggered via pull request December 16, 2023 00:53
Status Failure
Total duration 2m 9s
Artifacts

coding-standards.yml

on: pull_request
Check Coding Standards
1m 59s
Check Coding Standards
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check Coding Standards: src/Contracts/EngineContract.php#L7
Method WpBlocks\Search\Contracts\EngineContract::loadConfig() has no return type specified.
Check Coding Standards: src/Contracts/EngineContract.php#L7
Method WpBlocks\Search\Contracts\EngineContract::loadConfig() has parameter $config with no value type specified in iterable type array.
Check Coding Standards: src/Contracts/EngineContract.php#L9
Method WpBlocks\Search\Contracts\EngineContract::createIndex() has no return type specified.
Check Coding Standards: src/Contracts/EngineContract.php#L11
Method WpBlocks\Search\Contracts\EngineContract::updateInfoTable() has no return type specified.
Check Coding Standards: src/Contracts/EngineContract.php#L13
Method WpBlocks\Search\Contracts\EngineContract::getValueFromInfoTable() has no return type specified.
Check Coding Standards: src/Contracts/EngineContract.php#L15
Method WpBlocks\Search\Contracts\EngineContract::run() has no return type specified.
Check Coding Standards: src/Contracts/EngineContract.php#L17
Method WpBlocks\Search\Contracts\EngineContract::processDocument() has no return type specified.
Check Coding Standards: src/Contracts/EngineContract.php#L17
Method WpBlocks\Search\Contracts\EngineContract::processDocument() has parameter $row with no type specified.
Check Coding Standards: src/Contracts/EngineContract.php#L19
Method WpBlocks\Search\Contracts\EngineContract::saveToIndex() has no return type specified.
Check Coding Standards: src/Contracts/EngineContract.php#L19
Method WpBlocks\Search\Contracts\EngineContract::saveToIndex() has parameter $docId with no type specified.