Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/Enums/GoodCodeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

namespace Cable8mm\GoodCode\Enums;

/**
* This class represents a good code type.
*
* @author Samgu Lee <cable8mm@gmail.com>
*
* @since 2025-02-04
*/
enum GoodCodeType
{
case NORMAL;
Expand Down
2 changes: 0 additions & 2 deletions src/GoodCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use Cable8mm\GoodCode\ValueObjects\SetGood;

/**
* Class GoodCode
*
* This class makes a set code, option code and so on.
*
* @author Samgu Lee <cable8mm@gmail.com>
Expand Down
2 changes: 0 additions & 2 deletions src/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Stringable;

/**
* Class Location
*
* This class represents a warehouse location identified by warehouse, rack, and shelf. The location code is generated from these properties.
*
* @author Samgu Lee <cable8mm@gmail.com>
Expand Down
2 changes: 0 additions & 2 deletions src/ReceiptCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
use Stringable;

/**
* Class ReceiptCode
*
* This class represents a receipt code identified by code, prefix, ymd and number. The receipt code is generated from these properties.
*
* @author Samgu Lee <cable8mm@gmail.com>
Expand Down
2 changes: 0 additions & 2 deletions src/ValueObjects/SetGood.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use Stringable;

/**
* Class SetGood
*
* This class is a value object for SetGood object.
*
* @author Samgu Lee <cable8mm@gmail.com>
Expand Down