Problem/Motivation

/**
 * Defines a Drupal translations (translations://) stream wrapper class.
 *
 * Provides support for storing translation files
 */
class TranslationsStream extends LocalStream {

  /**
   * {@inheritdoc}
   */
  public function getDirectoryPath() {
    // something
    // @todo
    return \Drupal::config('locale.settings')->get('translation.path');
  }

Is not showing any errors or warnings.

Proposed resolution

Remaining tasks

Investigate which commit might have caused this regression

User interface changes

No

API changes

No

Comments

  • klausi committed dd74531 on 8.x-2.x
    Issue #2306873: Fixed inline comment sniff to report missing full stops...

  • klausi committed 94710cd on 8.x-2.x
    Issue #2306873: Doc comment long descriptions must end in a full stop.
    
klausi’s picture

Status: Active » Fixed

Both problems should be solved now, thanks for reporting!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.