chore(ci): bump code coverage memory limit #1353
coding-conventions.yml
on: pull_request
Run style check
25s
Run static analysis: PHPStan
48s
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.
|