WIP: search extension #3401
integrate.yaml
on: pull_request
Unit test
/
Supported Versions Matrix
5s
Code Coverage
/
Code Coverage
6m 18s
Coding Standards
1m 50s
Check architecture
58s
xml-lint
19s
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Matrix: Functional test / Tests
Matrix: integration test / Tests
Annotations
9 errors
|
Coding Standards
Process completed with exit code 1.
|
|
Coding Standards:
packages/guides-search/src/Search/DependencyInjection/SearchExtension.php#L23
Expected 1 line between different types of use statement, found 0.
|
|
Coding Standards:
packages/guides-search/src/Search/DependencyInjection/SearchExtension.php#L22
Expected 0 lines between same types of use statement, found 1.
|
|
Coding Standards:
packages/guides-search/src/Search/DependencyInjection/SearchExtension.php#L22
Type Symfony\Component\EventDispatcher\EventDispatcher is not used in this file.
|
|
Coding Standards:
packages/guides-search/src/Search/Indexer.php#L42
Multi-line function calls must have a trailing comma after the last parameter.
|
|
Coding Standards:
packages/guides-search/src/Search/Indexer.php#L30
Function str_ends_with() should not be referenced via a fallback global name, but via a use statement.
|
|
Coding Standards:
packages/guides-search/src/Search/Indexer.php#L24
Expected 1 space after closing parenthesis; found newline
|
|
Coding Standards:
packages/guides-search/src/Search/Indexer.php#L18
Multi-line function calls must have a trailing comma after the last parameter.
|
|
Coding Standards:
packages/guides-search/src/Search/Indexer.php#L15
Class \Pagefind\ServiceConfig should not be referenced via a fully qualified name, but via a use statement.
|