Issue#3435834: Fixing phpstan issues.
2 unresolved threads
Closes #3435834
Merge request reports
Activity
- Resolved by Ankit Pathak
- Resolved by Ankit Pathak
- Resolved by Ankit Pathak
- Resolved by Ankit Pathak
added 1 commit
- 3da51e68 - Adding schemata module as class extends this module classes.
- Resolved by Ankit Pathak
- Resolved by Ankit Pathak
- Resolved by Ankit Pathak
- Resolved by Ankit Pathak
- Resolved by Ankit Pathak
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