Skip to content

feat(spanner): proto columns samples #2257

feat(spanner): proto columns samples

feat(spanner): proto columns samples #2257

Triggered via pull request March 24, 2025 16:29
Status Failure
Total duration 47s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
styles
Process completed with exit code 8.
staticanalysis: spanner/src/insert_data_with_proto_columns.php#L54
Call to method setCity() on an unknown class Testing\Data\User\Address.
staticanalysis: spanner/src/insert_data_with_proto_columns.php#L54
Instantiated class Testing\Data\User\Address not found.
staticanalysis: spanner/src/insert_data_with_proto_columns.php#L57
Call to method setName() on an unknown class Testing\Data\User.
staticanalysis: spanner/src/insert_data_with_proto_columns.php#L57
Instantiated class Testing\Data\User not found.
staticanalysis: spanner/src/insert_data_with_proto_columns.php#L61
Instantiated class Testing\Data\Book not found.
staticanalysis: spanner/src/insert_data_with_proto_columns.php#L63
Instantiated class Testing\Data\User not found.
staticanalysis: spanner/src/insert_data_with_proto_columns.php#L65
Instantiated class Testing\Data\Book not found.
staticanalysis: spanner/src/insert_data_with_proto_columns.php#L67
Instantiated class Testing\Data\User not found.
staticanalysis: spanner/src/insert_data_with_proto_columns.php#L75
Call to method serializeToString() on an unknown class Testing\Data\Book.
staticanalysis: spanner/src/query_data_with_proto_columns.php#L51
Call to method setName() on an unknown class Testing\Data\User.