Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
seeren committed Oct 11, 2020
1 parent 22a5543 commit 75e99d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Level.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Seeren\Log;

/**
* Class for determine error level
* Class to determine error level
*
* __
* / /__ __ __ __ __ __
Expand Down
2 changes: 1 addition & 1 deletion src/LevelInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Seeren\Log;

/**
* Interface LevelInterface for determine error level
* Interface LevelInterface to determine error level
* __
* / /__ __ __ __ __ __
* / // // // // // // /
Expand Down
2 changes: 1 addition & 1 deletion src/Logger/Daily.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Seeren\Log\Logger;

/**
* Class for daily logs
* Class to daily logs
*
* __
* / /__ __ __ __ __ __
Expand Down
2 changes: 1 addition & 1 deletion src/Logger/Monthly.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Seeren\Log\Logger;

/**
* Class for monthly logs
* Class to monthly logs
*
* __
* / /__ __ __ __ __ __
Expand Down
2 changes: 1 addition & 1 deletion src/Logger/Yearly.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Seeren\Log\Logger;

/**
* Class for yearly logs
* Class to yearly logs
*
* __
* / /__ __ __ __ __ __
Expand Down

0 comments on commit 75e99d1

Please sign in to comment.