nielsiano / dmpl-builder

Generate DM/PL command instructions for hardware plotters
MIT License
10 stars 3 forks source link

Address issues identified by linter in SvgBuilder #7

Open crishoj opened 6 years ago

crishoj commented 6 years ago

in src/SvgBuilder.php, line 69

TODO comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.

    /**
     * Changes the pen of the plotter.
     */
    public function changePen(int $pen): PlotBuilder
    {
        // TODO: Implement changePen() method.
    }

Posted from SensioLabsInsight