Skip to content

Commit

Permalink
Merge pull request #64 from badges/fixup/link-to-badge-poser
Browse files Browse the repository at this point in the history
fix(command): fix url to badge poser
  • Loading branch information
JellyBellyDev committed Dec 29, 2020
2 parents b086d72 + f43bb20 commit 3178d73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Calculator/GDTextSizeCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class GDTextSizeCalculator implements TextSizeCalculatorInterface
{
public const TEXT_FONT = '/Font/DejaVuSans.ttf';

/** @var string */
protected string $fontPath;

public function __construct()
Expand Down
2 changes: 1 addition & 1 deletion src/UI/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Command extends BaseCommand
<bg=black;options=reverse> |_)(_|(_|(_|(/_ </bg=black;options=reverse> |_)(_)_\(/_| |
<bg=black;options=reverse> _| </bg=black;options=reverse>_|______________|
http://poser.pug.org
https://poser.pugx.org/
";

private Poser $poser;
Expand Down

0 comments on commit 3178d73

Please sign in to comment.