Skip to content

Commit

Permalink
Remove redundant class docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
widoz committed Mar 15, 2020
1 parent e113656 commit 7ee36fa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 23 deletions.
5 changes: 0 additions & 5 deletions src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

namespace Widoz\Bem;

/**
* Interface Factory
*
* @author Guido Scialfa <dev@guidoscialfa.com>
*/
interface Factory
{
/**
Expand Down
5 changes: 0 additions & 5 deletions src/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
use function apply_filters_ref_array;
use function function_exists;

/**
* Class Filter
*
* @author Guido Scialfa <dev@guidoscialfa.com>
*/
class Filter
{
/**
Expand Down
3 changes: 0 additions & 3 deletions src/StandardFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

use InvalidArgumentException;

/**
* Standard Factory
*/
class StandardFactory implements Factory
{
use StandardFactoryHelper;
Expand Down
5 changes: 0 additions & 5 deletions src/StandardFactoryHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@

use InvalidArgumentException;

/**
* Standard Factory Helper
*
* @author Guido Scialfa <dev@guidoscialfa.com>
*/
trait StandardFactoryHelper
{
/**
Expand Down
5 changes: 0 additions & 5 deletions src/Stringable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

namespace Widoz\Bem;

/**
* Class Stringable
*
* @author Guido Scialfa <dev@guidoscialfa.com>
*/
interface Stringable
{
/**
Expand Down

0 comments on commit 7ee36fa

Please sign in to comment.