Test Failed
Pull Request — master (#1)
by
unknown
03:43
created
src/Thermal/Printer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@
 block discarded – undo
89 89
         return $this;
90 90
     }
91 91
 
92
+    /**
93
+     * @param string $text
94
+     */
92 95
     public function write($text, $styles = 0, $align = self::ALIGN_LEFT)
93 96
     {
94 97
         $this->model->getProfile()->write($text, $styles, $align);
Please login to merge, or discard this patch.