Skip to content

InMemoryStatsRecord Interface #57

InMemoryStatsRecord Interface

InMemoryStatsRecord Interface #57

Triggered via pull request July 17, 2024 23:27
Status Failure
Total duration 22s
Artifacts

php.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/Adapters/InMemory/InMemoryClientAdapter.php#L46
Property Cosmastech\StatsDClientAdapter\Adapters\InMemory\InMemoryClientAdapter::$stats (Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\InMemoryStatsRecord) does not accept Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\Contracts\InMemoryStatsRecordInterface.
build: tests/Adapters/InMemory/InMemoryDecrementTest.php#L33
Cannot access offset 0 on iterable<Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\InMemoryCountRecord>.
build: tests/Adapters/InMemory/InMemoryDecrementTest.php#L68
Cannot access offset 0 on iterable<Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\InMemoryCountRecord>.
build: tests/Adapters/InMemory/InMemoryDecrementTest.php#L83
Cannot access offset 0 on iterable<Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\InMemoryCountRecord>.
build: tests/Adapters/InMemory/InMemoryGaugeTest.php#L35
Cannot access offset 0 on iterable<Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\InMemoryGaugeRecord>.
build: tests/Adapters/InMemory/InMemoryGaugeTest.php#L76
Cannot access offset 0 on iterable<Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\InMemoryGaugeRecord>.
build: tests/Adapters/InMemory/InMemoryHistogramTest.php#L35
Cannot access offset 0 on iterable<Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\InMemoryHistogramRecord>.
build: tests/Adapters/InMemory/InMemoryHistogramTest.php#L75
Cannot access offset 0 on iterable<Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\InMemoryHistogramRecord>.
build: tests/Adapters/InMemory/InMemoryIncrementTest.php#L36
Cannot access offset 0 on iterable<Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\InMemoryCountRecord>.
build: tests/Adapters/InMemory/InMemoryIncrementTest.php#L60
Cannot access offset 0 on iterable<Cosmastech\StatsDClientAdapter\Adapters\InMemory\Models\InMemoryCountRecord>.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/