Data was last updated on Jun 1, 2026, 05:44 AM UTC from dataset #833286.
| Name and release | Project type | Usage count | Top X project by usage | Maintainers |
|---|---|---|---|---|
| raisely 1.0.x-dev | Module | 0 | 15000 | beloglazov91, kalabro, pavel.bulat, spleshka |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Manually review and fix errors | Based on our detection methods, none of the errors found are covered by automated fixes. However the errors found should individually have documentation links to help understand the changes. Review and fix the issues manually. In case an issue fix is possible to automate, please submit an issue at drupal-rector. | Drupal 12 compatibility issues |
| Occurrence in project | All occurrences | Affected projects | Category | Error |
|---|---|---|---|---|
| 1 | 11582 | 8307 | Info.yml or composer.json | Value of core_version_requirement is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687. |
| 1 | 193 | 180 | Other problem | Method Drupal\Core\Form\ConfigFormBase::__construct() invoked with 1 parameter, 2 required. |
| 3 | 21 | 6 | Guzzle API | Call to deprecated function GuzzleHttp\json_decode(): json_decode will be removed in guzzlehttp/guzzle:8.0. Use Utils::jsonDecode instead. |
| 2 | 14 | 4 | Guzzle API | Call to deprecated function GuzzleHttp\json_encode(): json_encode will be removed in guzzlehttp/guzzle:8.0. Use Utils::jsonEncode instead. |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::getProtocolVersion() is not covariant with return type string of method Psr\Http\Message\MessageInterface::getProtocolVersion(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::withProtocolVersion() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withProtocolVersion(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::getHeaders() is not covariant with return type array of method Psr\Http\Message\MessageInterface::getHeaders(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::hasHeader() is not covariant with return type bool of method Psr\Http\Message\MessageInterface::hasHeader(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::getHeader() is not covariant with return type array of method Psr\Http\Message\MessageInterface::getHeader(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::getHeaderLine() is not covariant with return type string of method Psr\Http\Message\MessageInterface::getHeaderLine(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::withHeader() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withHeader(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::withAddedHeader() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withAddedHeader(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::withoutHeader() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withoutHeader(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::getBody() is not covariant with return type Psr\Http\Message\StreamInterface of method Psr\Http\Message\MessageInterface::getBody(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::withBody() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withBody(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::getStatusCode() is not covariant with return type int of method Psr\Http\Message\ResponseInterface::getStatusCode(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::withStatus() is not covariant with return type Psr\Http\Message\ResponseInterface of method Psr\Http\Message\ResponseInterface::withStatus(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\raisely\Response::getReasonPhrase() is not covariant with return type string of method Psr\Http\Message\ResponseInterface::getReasonPhrase(). |