Skip to content
Snippets Groups Projects

Issue#3435834: Fixing phpstan issues.

2 unresolved threads

Closes #3435834

Merge request reports

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Björn Brala
  • Björn Brala
  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • 3da51e68 - Adding schemata module as class extends this module classes.

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • @bbrala MR is ready for a review cc: @ptmkenny

  • Ankit Pathak resolved all threads

    resolved all threads

  • Ankit Pathak added 1 commit

    added 1 commit

    • f6f71b56 - Adding schemata in require-dev

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • a2ffaf38 - Minor fixing comment of variable.

    Compare with previous version

  • Ankit Pathak resolved all threads

    resolved all threads

  • 170 171 }
    171 172 catch (PluginNotFoundException $exception) {
    172 173 // Log the exception and continue.
    173 watchdog_exception('jsonapi_extras', $exception);
    174 // @phpstan-ignore-next-line as \Drupal calls usage on purpose.
    175 version_compare(\Drupal::VERSION, '10.1', '<') ? watchdog_exception('jsonapi_extras', $exception) : Error::logException('jsonapi_extras', $exception);
  • 341 345 }
    342 346 catch (PluginException $exception) {
    343 347 // Log exception and continue.
    344 watchdog_exception('jsonapi_extras', $exception);
    348 // @phpstan-ignore-next-line as \Drupal calls usage on purpose.
    349 version_compare(\Drupal::VERSION, '10.1', '<') ? watchdog_exception('jsonapi_extras', $exception) : Error::logException('jsonapi_extras', $exception);
    Please register or sign in to reply
    Loading