Skip to content

Commit

Permalink
Internalize Principal pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Mar 15, 2020
1 parent 61f81f1 commit 90980ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Principal.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
namespace Pipeline;

/**
* Principal abstract pipeline with no defaults. Could be subclassed.
* Principal abstract pipeline with no defaults.
*
* @internal
*/
abstract class Principal implements Interfaces\PrincipalPipeline, Interfaces\ZipPipeline
{
Expand Down

0 comments on commit 90980ed

Please sign in to comment.