Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRazen committed May 15, 2024
1 parent 8bdb3d7 commit 2909d45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Exception/InvalidValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package MinecraftLibrary
* @author LordRazen <http://www.minecraft-heads.com>
* @copyright Copyright (C) 2020. All Rights Reserved
* @copyright Copyright (C) 2024. All Rights Reserved
*/

namespace Minecraft\Exception;
Expand Down
6 changes: 1 addition & 5 deletions src/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package MinecraftLibrary
* @author LordRazen <http://www.minecraft-heads.com>
* @copyright Copyright (C) 2020. All Rights Reserved
* @copyright Copyright (C) 2024. All Rights Reserved
*/

namespace Minecraft;
Expand Down Expand Up @@ -40,10 +40,6 @@ public function __construct(string $input)
$this->value = $input;
}

// echo ('<hr>START:');
// var_dump($this);
// echo ('<hr>');

# Generate Value Data
$this->generateValueData();
}
Expand Down
2 changes: 1 addition & 1 deletion tests/ValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package MinecraftLibrary
* @author LordRazen <http://www.minecraft-heads.com>
* @copyright Copyright (C) 2020. All Rights Reserved
* @copyright Copyright (C) 2024. All Rights Reserved
*/

use Minecraft\Exception\InvalidValueException;
Expand Down

0 comments on commit 2909d45

Please sign in to comment.