Skip to content

chore(ci): bump code coverage memory limit #1346

chore(ci): bump code coverage memory limit

chore(ci): bump code coverage memory limit #1346

Triggered via pull request March 22, 2025 12:59
Status Success
Total duration 54s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
31s
Run style check
Run static analysis: PHPStan
48s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
strictness/require-strict-types: src/Tempest/Mapper/src/SerializerFactoryInitializer.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
strictness/require-strict-types: src/Tempest/Mapper/src/Serializers/DateTimeSerializer.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
strictness/require-strict-types: src/Tempest/Mapper/src/Serializers/ArrayOfObjectsSerializer.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
strictness/require-strict-types: src/Tempest/Mapper/src/Serializers/EnumSerializer.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
strictness/require-strict-types: src/Tempest/Mapper/src/SerializerFactory.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
strictness/require-strict-types: src/Tempest/Vite/src/vite.config.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
strictness/require-strict-types: src/Tempest/Mapper/src/Serializers/BooleanSerializer.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
strictness/require-strict-types: src/Tempest/Mapper/src/Serializers/ArrayToJsonSerializer.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
strictness/require-strict-types: src/Tempest/Mapper/src/Serializers/StringSerializer.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
strictness/require-strict-types: src/Tempest/Mapper/src/Serializers/SerializableSerializer.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
best-practices/no-empty-loop: src/Tempest/Discovery/src/Stubs/DiscoveryStub.php#L27
Loop body is empty Help: Consider removing this loop or adding meaningful logic to its body.