Ensure data provider params are consistent with test methods #10
Annotations
10 errors and 1 warning
Run PHP_CodeSniffer:
lib/Doctrine/ODM/MongoDB/Aggregation/Stage/Search/GeoWithin.php#L108
Method \Doctrine\ODM\MongoDB\Aggregation\Stage\Search\GeoWithin::convertGeometry() has useless @return annotation.
|
Run PHP_CodeSniffer:
tests/Doctrine/ODM/MongoDB/Tests/Persisters/PersistenceBuilderTest.php#L224
Method \Doctrine\ODM\MongoDB\Tests\Persisters\PersistenceBuilderTest::getDocumentsAndExpectedData() has useless @return annotation.
|
Run PHP_CodeSniffer:
lib/Doctrine/ODM/MongoDB/Aggregation/Stage/SetWindowFields/Output.php#L41
Property \Doctrine\ODM\MongoDB\Aggregation\Stage\SetWindowFields\Output::$windows has useless @var annotation.
|
Run PHP_CodeSniffer:
tests/Doctrine/ODM/MongoDB/Tests/Functional/DocumentPersisterTest.php#L605
Method \Doctrine\ODM\MongoDB\Tests\Functional\DocumentPersisterTest::dataProviderTestWriteConcern() has useless @return annotation.
|
Run PHP_CodeSniffer:
tests/Doctrine/ODM/MongoDB/Tests/Functional/DocumentPersisterTest.php#L606
Method \Doctrine\ODM\MongoDB\Tests\Functional\DocumentPersisterTest::dataProviderTestWriteConcern() does not need documentation comment.
|
Run PHP_CodeSniffer:
tests/Doctrine/ODM/MongoDB/Tests/Query/BuilderTest.php#L597
Method \Doctrine\ODM\MongoDB\Tests\Query\BuilderTest::provideProjections() has useless @return annotation.
|
Run PHP_CodeSniffer:
lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadata.php#L1854
Multi-line function calls must have a trailing comma after the last parameter.
|
Run PHP_CodeSniffer:
lib/Doctrine/ODM/MongoDB/UnitOfWork.php#L847
Multi-line function calls must have a trailing comma after the last parameter.
|
Run PHP_CodeSniffer:
lib/Doctrine/ODM/MongoDB/UnitOfWork.php#L2171
Multi-line function calls must have a trailing comma after the last parameter.
|
Run PHP_CodeSniffer:
lib/Doctrine/ODM/MongoDB/UnitOfWork.php#L2231
Multi-line function calls must have a trailing comma after the last parameter.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading