Update CI workflow for PHP versions #221
Annotations
10 errors and 1 warning
Run PHP_CodeSniffer:
src/Http/CreateResponse.php#L24
Method \BEAR\Dev\Http\CreateResponse::__invoke() does not have @param annotation for its traversable parameter $output.
|
Run PHP_CodeSniffer:
src/Http/HttpResource.php#L90
Method \BEAR\Dev\Http\HttpResource::safeRequest() does not have @param annotation for its traversable parameter $query.
|
Run PHP_CodeSniffer:
src/Http/HttpResource.php#L100
Method \BEAR\Dev\Http\HttpResource::unsafeRequest() does not have @param annotation for its traversable parameter $query.
|
Run PHP_CodeSniffer:
src/Http/HttpResource.php#L137
Method \BEAR\Dev\Http\HttpResource::execWithProcOpen() does not have @return annotation for its traversable return value.
|
Run PHP_CodeSniffer:
src/Http/HttpResource.php#L170
Method \BEAR\Dev\Http\HttpResource::execWithExec() does not have @return annotation for its traversable return value.
|
Run PHP_CodeSniffer:
src/Http/HttpResource.php#L178
Method \BEAR\Dev\Http\HttpResource::log() does not have @param annotation for its traversable parameter $output.
|
Run PHP_CodeSniffer:
src/Http/HttpResource.php#L186
Method \BEAR\Dev\Http\HttpResource::get() does not have @param annotation for its traversable parameter $query.
|
Run PHP_CodeSniffer:
src/Http/HttpResource.php#L186
You must use "/**" style comments for a function comment
|
Run PHP_CodeSniffer:
src/Http/HttpResource.php#L191
Method \BEAR\Dev\Http\HttpResource::post() does not have @param annotation for its traversable parameter $query.
|
Run PHP_CodeSniffer:
src/Http/HttpResource.php#L196
Method \BEAR\Dev\Http\HttpResource::put() does not have @param annotation for its traversable parameter $query.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading