Completed
Pull Request — master (#1)
by satoru
01:59
created
src/TcpdfWrapper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     /**
30 30
     * setPrintHeader
31 31
     *
32
-    * @param boolean $pring 出力フラグ
32
+    * @param boolean $print 出力フラグ
33 33
     * @author hagiwara
34 34
     */
35 35
     public function setPrintHeader($print)
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     /**
41 41
     * setPrintFooter
42 42
     *
43
-    * @param boolean $pring 出力フラグ
43
+    * @param boolean $print 出力フラグ
44 44
     * @author hagiwara
45 45
     */
46 46
     public function setPrintFooter($print)
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
     * getFont
122 122
     *
123
-    * @param font $font フォント名
123
+    * @param string $font フォント名
124 124
     * @author hagiwara
125 125
     */
126 126
     private function getFont($font)
Please login to merge, or discard this patch.