epic: mvp index #18
coding-standards.yml
on: pull_request
Check Coding Standards
2m 4s
Annotations
10 errors
Check Coding Standards:
src/Contracts/EngineContract.php#L7
Method IndexedSearch\Contracts\EngineContract::loadConfig() has no return type specified.
|
Check Coding Standards:
src/Contracts/EngineContract.php#L7
Method IndexedSearch\Contracts\EngineContract::loadConfig() has parameter $config with no value type specified in iterable type array.
|
Check Coding Standards:
src/Contracts/EngineContract.php#L9
Method IndexedSearch\Contracts\EngineContract::createIndex() has no return type specified.
|
Check Coding Standards:
src/Contracts/EngineContract.php#L11
Method IndexedSearch\Contracts\EngineContract::updateInfoTable() has no return type specified.
|
Check Coding Standards:
src/Contracts/EngineContract.php#L13
Method IndexedSearch\Contracts\EngineContract::getValueFromInfoTable() has no return type specified.
|
Check Coding Standards:
src/Contracts/EngineContract.php#L15
Method IndexedSearch\Contracts\EngineContract::run() has no return type specified.
|
Check Coding Standards:
src/Contracts/EngineContract.php#L17
Method IndexedSearch\Contracts\EngineContract::processDocument() has no return type specified.
|
Check Coding Standards:
src/Contracts/EngineContract.php#L17
Method IndexedSearch\Contracts\EngineContract::processDocument() has parameter $row with no type specified.
|
Check Coding Standards:
src/Contracts/EngineContract.php#L19
Method IndexedSearch\Contracts\EngineContract::saveToIndex() has no return type specified.
|
Check Coding Standards:
src/Contracts/EngineContract.php#L19
Method IndexedSearch\Contracts\EngineContract::saveToIndex() has parameter $docId with no type specified.
|