composer.json: allow both rdfInterface v1 and v2 #39
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 2 warnings
phpstan:
src/sparqlClient/PreparedStatement.php#L139
Property sparqlClient\PreparedStatement::$param (array<rdfInterface\TermInterface>) does not accept array<rdfInterface\TermInterface|null>.
|
phpstan:
src/sparqlClient/PreparedStatement.php#L141
Property sparqlClient\PreparedStatement::$param (array<rdfInterface\TermInterface>) does not accept array<rdfInterface\TermInterface|null>.
|
phpstan:
src/sparqlClient/PreparedStatement.php#L166
Method sparqlClient\PreparedStatement::getQuery() should return string but returns string|null.
|
phpstan:
src/sparqlClient/PreparedStatement.php#L177
Parameter #1 $term of static method rdfHelpers\NtriplesUtil::serialize() expects rdfInterface\BlankNodeInterface|rdfInterface\LiteralInterface|rdfInterface\NamedNodeInterface|rdfInterface\QuadInterface, rdfInterface\TermInterface given.
|
phpstan:
src/sparqlClient/Statement.php#L139
Method sparqlClient\Statement::fetchColumn() should return bool|object|string but returns array|object|string|false.
|
phpstan:
src/sparqlClient/Statement.php#L143
Access to an undefined property object::$type.
|
phpstan:
src/sparqlClient/Statement.php#L145
Access to an undefined property object::$value.
|
phpstan:
src/sparqlClient/Statement.php#L147
Access to an undefined property object::$value.
|
phpstan:
src/sparqlClient/Statement.php#L149
Access to an undefined property object::$value.
|
phpstan:
src/sparqlClient/Statement.php#L151
Access to an undefined property object::$subject.
|
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
phpunit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|