Uh oh!
There was an error while loading. Please reload this page.
Feature - Reformatting for linting, format and analysis with Mago - #174
Open
simon-mundy wants to merge 6 commits into
Open
Feature - Reformatting for linting, format and analysis with Mago#174simon-mundy wants to merge 6 commits into
simon-mundy wants to merge 6 commits into
Annotations
4 warnings and 1 notice
Analyze:
src/TableGateway/Feature/SequenceFeature.php#L130
Assigning `mixed` type to a variable may lead to unexpected behavior.
>This expression has type `mixed`.
>Assigning `mixed` type here.
Using `mixed` can lead to runtime errors if the variable is used in a way that assumes a specific type.
Help: Consider using a more specific type to avoid potential issues. |
Analyze:
src/TableGateway/Feature/MetadataFeature.php#L68
Assigning `nonnull` type to a variable may lead to unexpected behavior.
>This expression has type `nonnull`.
>Assigning `nonnull` type here.
Using `nonnull` can lead to runtime errors if the variable is used in a way that assumes a specific type.
Help: Consider using a more specific type to avoid potential issues. |
Analyze:
src/TableGateway/Feature/MetadataFeature.php#L46
Assigning `mixed` type to a variable may lead to unexpected behavior.
>Assigning `mixed` type here.
Using `mixed` can lead to runtime errors if the variable is used in a way that assumes a specific type.
Help: Consider using a more specific type to avoid potential issues. |
Analyze:
src/TableGateway/Feature/RowGatewayFeature.php#L41
Assigning `mixed` type to a variable may lead to unexpected behavior.
>This expression has type `mixed`.
>Assigning `mixed` type here.
Using `mixed` can lead to runtime errors if the variable is used in a way that assumes a specific type.
Help: Consider using a more specific type to avoid potential issues. |
Analyze:
src/RowGateway/Feature/FeatureSet.php#L24
Property `$magicSpecifications` is never used.
>Property `$magicSpecifications` is declared here.
This property is declared but never read or written within the class.
Help: Consider prefixing the property with an underscore (`$_`) to indicate that it is intentionally unused, or remove it if it is not needed. |
backgroundwaitwait-allcancelparallel
Loading