Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 7, 2018
1 parent 7f8746d commit 7a744ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class StreamReaderStagePlugin extends AbstractPlugin implements StagePluginInter
protected const PLUGIN_NAME = 'StreamReaderStagePlugin';

/**
* {inheritDoc}
* {@inheritDoc}
*
* @api
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class StreamWriterStagePlugin extends AbstractPlugin implements StagePluginInter
protected const PLUGIN_NAME = 'StreamWriterStagePlugin';

/**
* {inheritDoc}
* {@inheritDoc}
*
* @api
*
Expand Down

0 comments on commit 7a744ef

Please sign in to comment.