Skip to content

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

chore(ci): bump code coverage memory limit

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

Triggered via pull request March 23, 2025 17:38
Status Success
Total duration 1m 5s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
25s
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/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/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/Serializers/IntegerSerializer.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.
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/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/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/FloatSerializer.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.
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.