Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add return types on public classes and interfaces #459

Merged
merged 2 commits into from
Mar 12, 2024

Add last missing return types

bebf2a7
Select commit
Loading
Failed to load commit list.
Merged

Add return types on public classes and interfaces #459

Add last missing return types
bebf2a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 12, 2024 in 0s

63.33% of diff hit (target 71.60%)

View this Pull Request on Codecov

63.33% of diff hit (target 71.60%)

Annotations

Check warning on line 46 in src/AbstractFixture.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/AbstractFixture.php#L46

Added line #L46 was not covered by tests

Check warning on line 93 in src/AbstractFixture.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/AbstractFixture.php#L93

Added line #L93 was not covered by tests

Check warning on line 53 in src/Executor/AbstractExecutor.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Executor/AbstractExecutor.php#L53

Added line #L53 was not covered by tests

Check warning on line 66 in src/Executor/AbstractExecutor.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Executor/AbstractExecutor.php#L66

Added line #L66 was not covered by tests

Check warning on line 42 in src/Executor/MongoDBExecutor.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Executor/MongoDBExecutor.php#L42

Added line #L42 was not covered by tests

Check warning on line 47 in src/Executor/MongoDBExecutor.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Executor/MongoDBExecutor.php#L47

Added line #L47 was not covered by tests

Check warning on line 60 in src/Executor/MongoDBExecutor.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Executor/MongoDBExecutor.php#L60

Added line #L60 was not covered by tests

Check warning on line 47 in src/Executor/ORMExecutorCommon.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Executor/ORMExecutorCommon.php#L47

Added line #L47 was not covered by tests

Check warning on line 52 in src/Executor/ORMExecutorCommon.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Executor/ORMExecutorCommon.php#L52

Added line #L52 was not covered by tests

Check warning on line 35 in src/Executor/PHPCRExecutor.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Executor/PHPCRExecutor.php#L35

Added line #L35 was not covered by tests

Check warning on line 41 in src/Executor/PHPCRExecutor.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Executor/PHPCRExecutor.php#L41

Added line #L41 was not covered by tests

Check warning on line 45 in src/Executor/PHPCRExecutor.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Executor/PHPCRExecutor.php#L45

Added line #L45 was not covered by tests

Check warning on line 110 in src/Loader.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Loader.php#L110

Added line #L110 was not covered by tests

Check warning on line 60 in src/ProxyReferenceRepository.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ProxyReferenceRepository.php#L60

Added line #L60 was not covered by tests

Check warning on line 84 in src/ProxyReferenceRepository.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ProxyReferenceRepository.php#L84

Added line #L84 was not covered by tests

Check warning on line 28 in src/Purger/MongoDBPurger.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Purger/MongoDBPurger.php#L28

Added line #L28 was not covered by tests

Check warning on line 61 in src/Purger/ORMPurger.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Purger/ORMPurger.php#L61

Added line #L61 was not covered by tests

Check warning on line 70 in src/Purger/ORMPurger.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Purger/ORMPurger.php#L70

Added line #L70 was not covered by tests

Check warning on line 84 in src/Purger/ORMPurger.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Purger/ORMPurger.php#L84

Added line #L84 was not covered by tests

Check warning on line 22 in src/Purger/PHPCRPurger.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Purger/PHPCRPurger.php#L22

Added line #L22 was not covered by tests

Check warning on line 27 in src/Purger/PHPCRPurger.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Purger/PHPCRPurger.php#L27

Added line #L27 was not covered by tests

Check warning on line 32 in src/Purger/PHPCRPurger.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Purger/PHPCRPurger.php#L32

Added line #L32 was not covered by tests